Просмотр исходного кода

include unistd.h which is needed to get the ioctl prototype on Solaris

Wichert Akkerman лет назад: 25
Родитель
Сommit
c4c55729c6
2 измененных файлов с 6 добавлено и 0 удалено
  1. 5 0
      ChangeLog
  2. 1 0
      dselect/baselist.cc

+ 5 - 0
ChangeLog

@@ -1,3 +1,8 @@
+Mon Jul 16 00:01:24 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
+
+  * dselect/baselist.cc: include unistd.h which is needed to get the
+    ioctl prototype on Solaris
+
 Sun Jul 15 00:37:13 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
   * debian/preinst: removed (we now use dpkg.preinst)

+ 1 - 0
dselect/baselist.cc

@@ -23,6 +23,7 @@
 #include <string.h>
 #include <assert.h>
 #include <ctype.h>
+#include <unistd.h>
 #include <sys/ioctl.h>
 #include <sys/termios.h>