You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
417 B
15 lines
417 B
10 years ago
|
diff -r -u ../gdbm-1.10.90/src/gdbmtool.c ./src/gdbmtool.c
|
||
|
--- ../gdbm-1.10.90/src/gdbmtool.c 2013-05-16 22:22:16.000000000 +0200
|
||
|
+++ ./src/gdbmtool.c 2014-02-04 03:38:54.000000000 +0100
|
||
|
@@ -24,9 +24,7 @@
|
||
|
#include <signal.h>
|
||
|
#include <pwd.h>
|
||
|
#include <sys/ioctl.h>
|
||
|
-#ifdef HAVE_SYS_TERMIOS_H
|
||
|
-# include <sys/termios.h>
|
||
|
-#endif
|
||
|
+#include <termios.h>
|
||
|
#include <stdarg.h>
|
||
|
#ifdef HAVE_LOCALE_H
|
||
|
# include <locale.h>
|