Add missing <stdint.h> includes.
[openvswitch] / tests / automake.mk
index 7659a268f2e94230400eaf39a4f704583d74607b..bd8a605f63478f21d97209c5bf488d56a3467f4e 100644 (file)
@@ -66,6 +66,9 @@ noinst_PROGRAMS += tests/test-sha1
 tests_test_sha1_SOURCES = tests/test-sha1.c
 tests_test_sha1_LDADD = lib/libopenvswitch.a
 
+noinst_PROGRAMS += tests/test-strtok_r
+tests_test_strtok_r_SOURCES = tests/test-strtok_r.c
+
 noinst_PROGRAMS += tests/test-type-props
 tests_test_type_props_SOURCES = tests/test-type-props.c