diff options
author | danfe <danfe@FreeBSD.org> | 2011-04-08 17:05:25 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2011-04-08 17:05:25 +0800 |
commit | 370c64e3907cb625f7a029497f6ca79473482c06 (patch) | |
tree | 68855b2d24a7caf5b94bc921947f57a29660d6b9 /graphics/xli | |
parent | 1a5e79d8c98085e26b4db30125683a3750f9c1b2 (diff) | |
download | freebsd-ports-gnome-370c64e3907cb625f7a029497f6ca79473482c06.tar.gz freebsd-ports-gnome-370c64e3907cb625f7a029497f6ca79473482c06.tar.zst freebsd-ports-gnome-370c64e3907cb625f7a029497f6ca79473482c06.zip |
Fix most of compilation warnings.
Submitted by: maintainer
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 |