diff options
author | pav <pav@FreeBSD.org> | 2011-10-15 00:38:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-15 00:38:48 +0800 |
commit | 6d694a4258b8cc28606d49f4ad6470e6542a8503 (patch) | |
tree | 568871d5359bb7817d804eec27f863b84afef205 /print | |
parent | d7b3435431d53c059dc7ba3c6293e8d1fec375e8 (diff) | |
download | freebsd-ports-gnome-6d694a4258b8cc28606d49f4ad6470e6542a8503.tar.gz freebsd-ports-gnome-6d694a4258b8cc28606d49f4ad6470e6542a8503.tar.zst freebsd-ports-gnome-6d694a4258b8cc28606d49f4ad6470e6542a8503.zip |
- Fix build
Submitted by: Stephen Hurd <shurd@sasktel.net> (maintainer)
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-bjnp/files/patch-bjnp.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/print/cups-bjnp/files/patch-bjnp.h b/print/cups-bjnp/files/patch-bjnp.h new file mode 100644 index 000000000000..945aec712267 --- /dev/null +++ b/print/cups-bjnp/files/patch-bjnp.h @@ -0,0 +1,10 @@ +--- bjnp.h.orig 2009-03-14 22:47:19.000000000 +0100 ++++ bjnp.h 2011-10-14 18:36:08.000000000 +0200 +@@ -34,6 +34,7 @@ + */ + + # include <stdlib.h> ++# include <stdio.h> + # include <errno.h> + # include <signal.h> + # include <stdint.h> |