Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports-gnome
Path: blob/main/cad/jspice3/files/patch-src_bin_spiced.c
16151 views
1
--- src/bin/spiced.c.orig 2015-11-05 17:58:45 UTC
2
+++ src/bin/spiced.c
3
@@ -16,12 +16,11 @@ Author: 1985 Wayne A. Christopher, U. C.
4
5
#include "spice.h"
6
#include <stdio.h>
7
-#ifdef HAVE_STRINGS_H
8
-#include <strings.h>
9
-#else
10
#include <string.h>
11
-#endif
12
#include <errno.h>
13
+#include <unistd.h>
14
+#include <stdlib.h>
15
+#include <ctype.h>
16
#include <sys/types.h>
17
18
#ifdef HAVE_SOCKET
19
20