]> git.mdlowis.com Git - projs/libcds.git/commitdiff
string.h should be stddef.h
authorMichael D. Lowis <mike@mdlowis.com>
Fri, 22 Aug 2014 02:45:49 +0000 (22:45 -0400)
committerMichael D. Lowis <mike@mdlowis.com>
Fri, 22 Aug 2014 02:45:49 +0000 (22:45 -0400)
source/list/list.h

index a2f6c6ededeb0dac424012b5857dd4ea5463a19c..38608e0857763d30e501999a86d0d1d5357c2723 100644 (file)
@@ -5,7 +5,7 @@
 extern "C" {
 #endif
 
-#include <string.h>
+#include <stddef.h>
 #include <stdbool.h>
 
 /** A linked list node. */