freebsd-ports/print/hplip/files/patch-pcard_fat.c
Doug Barton 9ab82d60d8 Fix port to work on RELENG_4.
Submitted by:	Anish Mistry <amistry@am-productions.biz> (maintainer)
2006-05-26 23:50:11 +00:00

14 lines
351 B
C

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