diff options
Diffstat (limited to 'vis.c')
| -rw-r--r-- | vis.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -14,6 +14,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ #define _POSIX_SOURCE +/* Necessary for SIGWINCH on OpenBSD */ +#define _BSD_SOURCE #include <locale.h> #include <stdlib.h> #include <unistd.h> |
