summaryrefslogtreecommitdiff
path: root/src/Hill.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 09:26:13 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-04-07 09:26:13 +0200
commit73b38c69e3dadacda33a2df00b3b5f62bc895256 (patch)
tree58548942978d4d16563b219b54c721995aa22794 /src/Hill.cxx
parent5d2caa8ff7585772e7d36ee4d958e0f46d0e3baf (diff)
bring in strsep() implementation
Diffstat (limited to 'src/Hill.cxx')
-rw-r--r--src/Hill.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx
index d57c576..2f4a6e7 100644
--- a/src/Hill.cxx
+++ b/src/Hill.cxx
@@ -9,6 +9,7 @@
#include <string.h>
#include <math.h>
+#include "strsep.h"
#include "Hill.H"
static double pi_d, deg2rad;