]> granicus.if.org Git - check/commitdiff
Fixed some missing header includes
authoramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 25 Oct 2001 22:45:31 +0000 (22:45 +0000)
committeramalec <amalec@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 25 Oct 2001 22:45:31 +0000 (22:45 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@113 64e312b2-a51f-0410-8e61-82d0ca0eb02a

check/src/check_run.c
check/tests/check_check_pack.c

index ef1fa27b9743c5b10f6208c48bedc0d9690c6404..e755036a69e190ef22c7cba596f9d99830162665 100644 (file)
@@ -22,6 +22,7 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <stdarg.h>
 #include "error.h"
 #include "list.h"
index 8b249245f3397b1848e95cea659e9cdc7258e973..baa3f457ac2ef9309808e62474ba298b933ba4c6 100644 (file)
@@ -1,5 +1,6 @@
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <unistd.h>
 
 #include <check.h>