aboutsummaryrefslogtreecommitdiff
path: root/print/hplip3/files/patch-pcard_fat.c
blob: 805b9ba39d47ea24f2e6a0507ad1fd7ada728fb0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>