2016-07-26 18:51:15 +02:00
|
|
|
--- lz_nonslide.c.orig 2005-07-06 02:17:46 UTC
|
|
|
|
+++ lz_nonslide.c
|
2014-02-09 13:28:47 +01:00
|
|
|
@@ -19,10 +19,11 @@
|
2005-02-27 19:31:48 +01:00
|
|
|
/*
|
|
|
|
* Document here
|
|
|
|
*/
|
|
|
|
+#include <sys/types.h>
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <stdlib.h>
|
|
|
|
#include <assert.h>
|
2014-02-09 13:28:47 +01:00
|
|
|
-#include <strings.h>
|
|
|
|
+#include <string.h>
|
|
|
|
#ifdef DEBUG_PERF
|
|
|
|
#include <sys/time.h>
|
|
|
|
#include <sys/resource.h>
|