summaryrefslogtreecommitdiff
path: root/cad/jspice3/files/patch-src_bin_spiced.c
blob: 7e391a1415b58f7625d3c28a33e0233cb1322a25 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- src/bin/spiced.c.orig	2015-11-05 17:58:45 UTC
+++ src/bin/spiced.c
@@ -16,12 +16,11 @@ Author: 1985 Wayne A. Christopher, U. C.
 
 #include "spice.h"
 #include <stdio.h>
-#ifdef HAVE_STRINGS_H
-#include <strings.h>
-#else
 #include <string.h>
-#endif
 #include <errno.h>
+#include <unistd.h>
+#include <stdlib.h>
+#include <ctype.h>
 #include <sys/types.h>
 
 #ifdef HAVE_SOCKET