ports/cad/spice/files/patch-src_lib_cp_unixcom.c
Hiroki Sato 82ddc2e107 Unbreak the build:
- Update MASTER_SITES.
- Add missing dependency.
- Regenerate patches.
2020-02-22 20:44:35 +00:00

10 lines
270 B
C

--- src/lib/cp/unixcom.c.orig 1993-04-14 01:15:50 UTC
+++ src/lib/cp/unixcom.c
@@ -6,6 +6,7 @@ Author: 1985 Wayne A. Christopher, U. C. Berkeley CAD
/*
* Routines to do execution of unix commands.
*/
+#include <unistd.h>
#include "spice.h"
#include "cpdefs.h"