blob: e31dc8f643640db9cc03cef2c630ca1fa4be64e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$NetBSD: patch-ac,v 1.1 2006/04/20 15:28:00 joerg Exp $
--- gpspipe.c.orig 2006-04-20 15:17:54.000000000 +0000
+++ gpspipe.c
@@ -25,7 +25,8 @@
*/
+#include <sys/types.h>
+#include <sys/socket.h>
#include <errno.h>
#include <stdio.h>
-#include <sys/socket.h>
#include <unistd.h>
#include <string.h>
|