summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorPaweł Redman <pawel.redman@gmail.com>2016-04-06 00:26:28 +0200
committerPaweł Redman <pawel.redman@gmail.com>2016-04-06 00:26:28 +0200
commit5659a1baba94d10f76e72c8bbb9fa7576ab4f19b (patch)
tree1f096951e2233dc897c5c083eac3a700fa27ecca /src/common.h
parentc7acaee6651a84ef9102b29350c37803c8f435a9 (diff)
Proper console, run-time sim editing.
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 9dc85e9..86d98ad 100644
--- a/src/common.h
+++ b/src/common.h
@@ -1,6 +1,7 @@
#ifndef _COMMON_H
#define _COMMON_H
+#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>