summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 18:46:40 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 18:46:40 +0200
commit493e43b486a94c55e5edeaeba0d79f4ab4484694 (patch)
treee3b4640ff1ae4eec0be40d6466447fe9d7fe59e0
parentaa7d3dbd34d0762dbd44e06bce88a1d37b40bb01 (diff)
include strsep.h as extern "C"
-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;