Преглед изворни кода

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

Wichert Akkerman пре 25 година
родитељ
комит
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>
 Sun Jul 15 00:37:13 CEST 2001 Wichert Akkerman <wakkerma@debian.org>
 
 
   * debian/preinst: removed (we now use dpkg.preinst)
   * debian/preinst: removed (we now use dpkg.preinst)

+ 1 - 0
dselect/baselist.cc

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