diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2010-12-16 00:45:28 -0500 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2010-12-16 00:45:28 -0500 |
commit | 04464dff271b14a527c21c35f46014e01e57e03d (patch) | |
tree | 4105422d7fa1d7800159746105b66c86b057fafa /packet.c | |
parent | f3f6de6fcf86ec6b3486ee49a019061dc32eb7d8 (diff) | |
download | gpsd-04464dff271b14a527c21c35f46014e01e57e03d.tar.gz |
Total splint cleanup. All regressionm tests pass.
Diffstat (limited to 'packet.c')
-rw-r--r-- | packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,12 +28,12 @@ PERMISSIONS ***************************************************************************/ #include <sys/types.h> -#include <netinet/in.h> #include <stdlib.h> #include <ctype.h> #include <string.h> #include <errno.h> #ifndef S_SPLINT_S +#include <netinet/in.h> #include <arpa/inet.h> /* for htons() */ #include <unistd.h> #endif /* S_SPLINT_S */ |