summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/Hill.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx
index 2f4a6e7..3b1c6bd 100644
--- a/src/Hill.cxx
+++ b/src/Hill.cxx
@@ -8,8 +8,9 @@
#include <stdio.h>
#include <string.h>
#include <math.h>
-
+extern "C" {
#include "strsep.h"
+}
#include "Hill.H"
static double pi_d, deg2rad;