diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:12:26 +0100 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-11-23 12:12:26 +0100 |
| commit | 9fa704d5c067d766df8e7cf9b35fa029b0b6770a (patch) | |
| tree | b6da0b56e127ea454eabfb545ccf015deac7b3ae /src/pnmcurvedit.cxx | |
| parent | ccfc05d59a4192522332128c28b9ef111e06820f (diff) | |
add strsep replacement from glibc
Diffstat (limited to 'src/pnmcurvedit.cxx')
| -rw-r--r-- | src/pnmcurvedit.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pnmcurvedit.cxx b/src/pnmcurvedit.cxx index c4918e2..abb4fe3 100644 --- a/src/pnmcurvedit.cxx +++ b/src/pnmcurvedit.cxx @@ -12,6 +12,7 @@ #include <FL/Fl.H> #include <FL/Fl_Double_Window.H> +#include "strsep.h" #include "CurveEditor.H" static CurveEditor *ce; |
