diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-14 16:38:48 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-10-14 16:38:48 +0000 |
commit | fb525bf129f647aaeeed30b835c07c5cca67805c (patch) | |
tree | 85ea21209b07d455203fff550f3b21b0d65b21ed /print/cups-bjnp | |
parent | 345e0b246ab174fdbecb6dc1749ef047d1d4db74 (diff) |
Notes
Diffstat (limited to 'print/cups-bjnp')
-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> |