Browse Source

xspice, cm.h, swallow warnings

pre-master-46
rlar 10 years ago
parent
commit
b4119b94e3
  1. 7
      src/include/ngspice/cm.h

7
src/include/ngspice/cm.h

@ -47,6 +47,13 @@ NON-STANDARD FEATURES
#include <math.h>
#if defined(_MSC_VER)
#include <malloc.h>
#define fileno _fileno
#else
#include <unistd.h>
#endif
#ifndef M_PI
# define M_PI 3.14159265358979323846
#endif

Loading…
Cancel
Save