diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2003-05-10 06:52:53 +0000 |
commit | f07965391aa9d6cd3dfccb7716245c35eb4bc740 (patch) | |
tree | 49426d56933d0888324939d6e112286d5b2fdd61 /games/gnomekiss/files/patch-src::event.c | |
parent | upgrade to 1.2.2 (diff) |
Update to 1.6.
PR: ports/52012
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (maintainer)
Notes
Notes:
svn path=/head/; revision=80588
Diffstat (limited to 'games/gnomekiss/files/patch-src::event.c')
-rw-r--r-- | games/gnomekiss/files/patch-src::event.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games/gnomekiss/files/patch-src::event.c b/games/gnomekiss/files/patch-src::event.c new file mode 100644 index 000000000000..8ba2cdc866f2 --- /dev/null +++ b/games/gnomekiss/files/patch-src::event.c @@ -0,0 +1,10 @@ +--- src/event.c.orig Sat May 10 07:14:55 2003 ++++ src/event.c Sat May 10 11:05:13 2003 +@@ -21,6 +21,7 @@ + #endif + + #include <sys/types.h> ++#include <signal.h> + #include <sys/wait.h> + #include <unistd.h> + #include <gnome.h> |