aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-27 16:20:56 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-27 16:20:56 +0100
commit7736b8e54d25ba704c18ff6be38c6c9ba3d6f531 (patch)
tree6c2f9cf0cf69d1c610fb2d7342e7bb62b70d9676
parentupdate texinfo manual + update .gitignore (diff)
downloadunstickpixels-7736b8e54d25ba704c18ff6be38c6c9ba3d6f531.tar.gz
unstickpixels-7736b8e54d25ba704c18ff6be38c6c9ba3d6f531.tar.bz2
unstickpixels-7736b8e54d25ba704c18ff6be38c6c9ba3d6f531.tar.xz
define a feature-test macro
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--src/unstickpixels.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unstickpixels.c b/src/unstickpixels.c
index c0b91be..15b0d64 100644
--- a/src/unstickpixels.c
+++ b/src/unstickpixels.c
@@ -16,6 +16,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+#define _XOPEN_SOURCE 700
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>