summaryrefslogtreecommitdiff
path: root/cmd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/main.c')
-rw-r--r--cmd/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/main.c b/cmd/main.c
index 51a4e62..abb433f 100644
--- a/cmd/main.c
+++ b/cmd/main.c
@@ -16,6 +16,8 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
+#define _GNU_SOURCE
+
#include <libguile.h>
#include <stdbool.h>
#include <stdio.h>