diff options
Diffstat (limited to 'palm/gnomepilot2/files/patch-ag')
-rw-r--r-- | palm/gnomepilot2/files/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/palm/gnomepilot2/files/patch-ag b/palm/gnomepilot2/files/patch-ag new file mode 100644 index 000000000000..47c20628cf94 --- /dev/null +++ b/palm/gnomepilot2/files/patch-ag @@ -0,0 +1,10 @@ +--- gpilotd/gpilotd.c.orig Tue Mar 28 17:44:17 2000 ++++ gpilotd/gpilotd.c Wed Apr 5 17:08:46 2000 +@@ -6,6 +6,7 @@ + + #include <pthread.h> + #include <sys/types.h> ++#include <sys/stat.h> + #include <pwd.h> + #include <errno.h> + #include <sys/time.h> |