Browse Source

* Sure, strcmp is declared in <string.h>.

master
Richard Kreckel 21 years ago
parent
commit
e54506e89d
  1. 2
      examples/pi.cc

2
examples/pi.cc

@ -5,7 +5,7 @@
#include <cln/real_io.h>
#include <ctype.h>
#include <stdlib.h>
//#include <string.h>
#include <string.h>
using namespace std;
using namespace cln;

Loading…
Cancel
Save