define _BSD_SOURCE, so gcc won't complain about usleep

master
orange 12 years ago
parent 8b6a5171a0
commit 020aa6d120

@ -1,3 +1,5 @@
#define _BSD_SOURCE
#include <ncurses.h>
#include <unistd.h>

Loading…
Cancel
Save