diff options
author | joerg <joerg@pkgsrc.org> | 2007-04-17 20:31:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-04-17 20:31:34 +0000 |
commit | 826bbf08248d8998bc45b7fc5df53d904299d7c6 (patch) | |
tree | e1d02a0620c9f8ebd37509acca723adf5d854d80 /editors/dasher/patches | |
parent | c3a141803dc348566b0403f5705c3aad6f2bbcd7 (diff) | |
download | pkgsrc-826bbf08248d8998bc45b7fc5df53d904299d7c6.tar.gz |
Anothing missing include of unistd.h.
Diffstat (limited to 'editors/dasher/patches')
-rw-r--r-- | editors/dasher/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/dasher/patches/patch-aa b/editors/dasher/patches/patch-aa new file mode 100644 index 00000000000..49d7d535b6e --- /dev/null +++ b/editors/dasher/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.7 2007/04/17 20:31:35 joerg Exp $ + +--- Src/Gtk2/dasher_main.cpp.orig 2007-04-17 19:50:29.000000000 +0000 ++++ Src/Gtk2/dasher_main.cpp +@@ -1,5 +1,7 @@ + #include "config.h" + ++#include <unistd.h> ++ + #include <gdk/gdk.h> + #include <gdk/gdkx.h> + #include <glade/glade.h> |