freebsd-ports/archivers/liblzxcomp/files/patch-lz__nonslide.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

15 lines
311 B
C

--- 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>