diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-30 16:28:43 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-01-30 16:28:43 +0000 |
commit | 5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9 (patch) | |
tree | c7280245d576cf11135c294f773cb33f8569bde0 /astro/gpsd/files | |
parent | 655463407e3cd5605eb72316e8238f5c7867a62e (diff) | |
download | ports-5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9.tar.gz ports-5e4c85800d2716078eafd05d2b4db7f9d6ffc2b9.zip |
Notes
Diffstat (limited to 'astro/gpsd/files')
-rw-r--r-- | astro/gpsd/files/patch-gpspipe.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/astro/gpsd/files/patch-gpspipe.c b/astro/gpsd/files/patch-gpspipe.c new file mode 100644 index 000000000000..8cce28b6b75b --- /dev/null +++ b/astro/gpsd/files/patch-gpspipe.c @@ -0,0 +1,10 @@ +--- gpspipe.c.orig Mon Jan 30 16:04:07 2006 ++++ gpspipe.c Mon Jan 30 16:04:56 2006 +@@ -26,6 +26,7 @@ + + #include <errno.h> + #include <stdio.h> ++#include <sys/types.h> + #include <sys/socket.h> + #include <unistd.h> + #include <string.h> |