Use lib.h instead of <string.h>.
authorBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:02:24 +0000 (01:02 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 31 Aug 2004 01:02:24 +0000 (01:02 +0000)
src/threads/palloc.c

index 011816a3de49e57e6c41badd6ca4595c6b67a4b7..3cf8241b1a6152a9497eca3aedcf18e2d0f1dcc2 100644 (file)
@@ -1,8 +1,8 @@
 #include "palloc.h"
 #include <stddef.h>
 #include <stdint.h>
-#include <string.h>
 #include "debug.h"
+#include "lib.h"
 #include "mmu.h"
 
 /* A free page owned by the page allocator. */