11 lines
297 B
Diff
11 lines
297 B
Diff
|
--- byaccj1.15/src/main.c 2024-03-19 19:33:36.131296013 +0100
|
||
|
+++ byaccj1.15/src/main.c 2024-03-19 19:34:09.998023153 +0100
|
||
|
@@ -1,6 +1,7 @@
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
+#include <sys/unistd.h>
|
||
|
|
||
|
#ifndef __WIN32__ /*rwj -- make portable*/
|
||
|
#include <signal.h>
|