Browse Source

make mkostemps source file include the header for its declaration

master
Rich Felker 8 years ago
parent
commit
4de46b5ab5
  1. 1
      src/temp/mkostemps.c

1
src/temp/mkostemps.c

@ -1,4 +1,5 @@
#define _BSD_SOURCE
#include <stdlib.h>
#include <string.h>
#include <fcntl.h>
#include <unistd.h>

Loading…
Cancel
Save