blob: a44a9f2b67c24a8d33270f4b260d54efd26f8ffd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- lz_nonslide.c.orig 2005-07-06 02:17:46 UTC
+++ lz_nonslide.c
@@ -19,10 +19,11 @@
/*
* Document here
*/
+#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
#include <assert.h>
-#include <strings.h>
+#include <string.h>
#ifdef DEBUG_PERF
#include <sys/time.h>
#include <sys/resource.h>
|