Eric Andersen 22 роки тому
батько
коміт
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>