13 lines
208 B
Text
13 lines
208 B
Text
|
Index: help.c
|
||
|
--- help.c.orig
|
||
|
+++ help.c
|
||
|
@@ -29,7 +29,7 @@
|
||
|
#include <ctype.h>
|
||
|
#include <sys/types.h>
|
||
|
#include <signal.h>
|
||
|
-#include <sys/errno.h>
|
||
|
+#include <errno.h>
|
||
|
|
||
|
#include "calc.h"
|
||
|
#include "conf.h"
|