Eric Andersen пре 23 година
родитељ
комит
e9edb3f271
3 измењених фајлова са 3 додато и 0 уклоњено
  1. 1 0
      libc/signal/sigblock.c
  2. 1 0
      libc/signal/siggtmsk.c
  3. 1 0
      libc/signal/sigstmsk.c

+ 1 - 0
libc/signal/sigblock.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 

+ 1 - 0
libc/signal/siggtmsk.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>
 

+ 1 - 0
libc/signal/sigstmsk.c

@@ -16,6 +16,7 @@ License along with the GNU C Library; see the file COPYING.LIB.  If
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 
+#include <stdlib.h>
 #include <errno.h>
 #include <signal.h>