diff options
Diffstat (limited to 'print/hplip3/files/patch-pcard_fat.c')
-rw-r--r-- | print/hplip3/files/patch-pcard_fat.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/print/hplip3/files/patch-pcard_fat.c b/print/hplip3/files/patch-pcard_fat.c new file mode 100644 index 000000000000..805b9ba39d47 --- /dev/null +++ b/print/hplip3/files/patch-pcard_fat.c @@ -0,0 +1,14 @@ +--- pcard/fat.c.orig Tue May 23 15:25:02 2006 ++++ pcard/fat.c Tue May 23 15:25:54 2006 +@@ -27,7 +27,11 @@ + \*****************************************************************************/ + + #include <stdlib.h> ++#ifdef __FreeBSD__ ++#include <inttypes.h> ++#else + #include <stdint.h> ++#endif + #include <stdio.h> + #include <string.h> + #include <unistd.h> |