aboutsummaryrefslogtreecommitdiffstats
path: root/plpnfsd/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'plpnfsd/main.cc')
-rw-r--r--plpnfsd/main.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/plpnfsd/main.cc b/plpnfsd/main.cc
index 882168f..c622bd3 100644
--- a/plpnfsd/main.cc
+++ b/plpnfsd/main.cc
@@ -42,7 +42,9 @@ extern "C" {
#include "rfsv_api.h"
}
+#ifndef _GNU_SOURCE
#define _GNU_SOURCE
+#endif
#include <getopt.h>
static rfsv *a;