#define _BSD_SOURCE for NSIG (on glibc)

svn path=/trunk/kdebase/konsole/; revision=65120
wilder-portage
Michael Matz 26 years ago
parent d940c07848
commit f228fcfcf5
  1. 5
      src/TEPty.C

@ -63,6 +63,11 @@
#define _XOPEN_SOURCE // make stdlib.h offer the above fcts #define _XOPEN_SOURCE // make stdlib.h offer the above fcts
#endif #endif
/* for NSIG */
#ifndef _BSD_SOURCE
#define _BSD_SOURCE
#endif
#include <stdlib.h> #include <stdlib.h>
#include <stdio.h> #include <stdio.h>

Loading…
Cancel
Save