aboutsummaryrefslogtreecommitdiffstats
path: root/cqrlogo.h
diff options
context:
space:
mode:
authorGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:12:01 +0200
committerGravatar Christian Hesse <mail@eworm.de>2014-10-21 14:12:01 +0200
commit7b79e28360e1b62dfbac95fd07d671be12697409 (patch)
tree7495d0a6960e191b39107dda932402e1c0424fda /cqrlogo.h
parentc1dc9eca90b37b7fa99321d3400685beed47fd46 (diff)
downloadcqrlogo-7b79e28360e1b62dfbac95fd07d671be12697409.tar.gz
cqrlogo-7b79e28360e1b62dfbac95fd07d671be12697409.tar.zst
use ISO C11 standard
Diffstat (limited to 'cqrlogo.h')
-rw-r--r--cqrlogo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cqrlogo.h b/cqrlogo.h
index 00795b9..430df26 100644
--- a/cqrlogo.h
+++ b/cqrlogo.h
@@ -8,6 +8,8 @@
#ifndef _CQRLOGO_H
#define _CQRLOGO_H
+#define _GNU_SOURCE
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>