summaryrefslogtreecommitdiff
path: root/src/pnmcurve.c
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-23 12:12:26 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-11-23 12:12:26 +0100
commit9fa704d5c067d766df8e7cf9b35fa029b0b6770a (patch)
treeb6da0b56e127ea454eabfb545ccf015deac7b3ae /src/pnmcurve.c
parentccfc05d59a4192522332128c28b9ef111e06820f (diff)
add strsep replacement from glibc
Diffstat (limited to 'src/pnmcurve.c')
-rw-r--r--src/pnmcurve.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pnmcurve.c b/src/pnmcurve.c
index c5e2776..0f3985b 100644
--- a/src/pnmcurve.c
+++ b/src/pnmcurve.c
@@ -1,5 +1,4 @@
/*
- *
* Copyright 2008 Johannes Hofmann <Johannes.Hofmann@gmx.de>
*
* This software may be used and distributed according to the terms
@@ -13,6 +12,7 @@
#include <gsl/gsl_spline.h>
+#include "strsep.h"
#include "pnm.h"
typedef struct {