diff options
| -rw-r--r-- | editor.c | 1 | ||||
| -rw-r--r-- | text.c | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,4 @@ +#define _DEFAULT_SOURCE #define _BSD_SOURCE #include <stdlib.h> #include <string.h> @@ -13,6 +13,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#define _DEFAULT_SOURCE #define _BSD_SOURCE #include <unistd.h> #include <stdio.h> |
