test-inttostr.c: include <string.h> for use of strcmp
[pspp] / tests / test-inttostr.c
index e8149e479dd0d467c0fcd6cdad641525e9b3d148..123aca49a26422a8015a12d02c648c9758172de2 100644 (file)
@@ -23,6 +23,7 @@
 #include <inttypes.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 #define STREQ(a, b) (strcmp (a, b) == 0)