diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-18 22:46:30 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-12-18 22:46:30 +0000 |
commit | 5e70803ae0c1496ce57acf533ade0bd8c99ad0b9 (patch) | |
tree | bd2e3843de8753aa0340241624a7f3298eadd5cf /graphics/pecomato/files | |
parent | ae686374b26bfb4a2ee60f90d61feed5832b173c (diff) |
Notes
Diffstat (limited to 'graphics/pecomato/files')
-rw-r--r-- | graphics/pecomato/files/patch-util.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pecomato/files/patch-util.h b/graphics/pecomato/files/patch-util.h new file mode 100644 index 000000000000..cc78007ca30b --- /dev/null +++ b/graphics/pecomato/files/patch-util.h @@ -0,0 +1,10 @@ +--- util.h.orig Mon Dec 18 20:22:56 2006 ++++ util.h Mon Dec 18 20:23:03 2006 +@@ -8,6 +8,7 @@ + + #ifndef _util_h_ + #define _util_h_ ++#define _SSIZE_T_DECLARED + + + #include <stdio.h> |