diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-08 09:05:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2011-04-08 09:05:25 +0000 |
commit | e1f43a744a4705716c570aacfabf2b1807155c03 (patch) | |
tree | 545ef57920721781c0ec18fb9f122275450ff61c /graphics/xli | |
parent | 19dfc4fb89c7ae15fd34c948df5bde43b0f1aa1f (diff) |
Fix most of compilation warnings.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=272381
Diffstat (limited to 'graphics/xli')
-rw-r--r-- | graphics/xli/files/patch-xli.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/xli/files/patch-xli.h b/graphics/xli/files/patch-xli.h new file mode 100644 index 000000000000..80d1fb3c3b52 --- /dev/null +++ b/graphics/xli/files/patch-xli.h @@ -0,0 +1,10 @@ +--- xli.h.orig 1999-10-24 21:15:07.000000000 -0500 ++++ xli.h 2011-04-08 03:00:16.026090836 -0500 +@@ -13,6 +13,7 @@ + #include <stdio.h> + #include <stdlib.h> + #include <math.h> ++#include <string.h> + #ifndef VMS + #include <unistd.h> + #endif |