Browse Source

Minor cleanups

Eric Andersen 23 years ago
parent
commit
e9edb3f271
3 changed files with 3 additions and 0 deletions
  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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.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,
 not, write to the Free Software Foundation, Inc., 675 Mass Ave,
 Cambridge, MA 02139, USA.  */
 Cambridge, MA 02139, USA.  */
 
 
+#include <stdlib.h>
 #include <errno.h>
 #include <errno.h>
 #include <signal.h>
 #include <signal.h>