Browse Source

Fix missing includes

Last commit made defition of cpack() not available to files
which do not include openlibm.h.
Milan Bouchet-Valat 11 years ago
parent
commit
5a0e3e9c5c
3 changed files with 3 additions and 0 deletions
  1. 1 0
      src/s_conj.c
  2. 1 0
      src/s_conjf.c
  3. 1 0
      src/s_conjl.c

+ 1 - 0
src/s_conj.c

@@ -28,6 +28,7 @@
 
 #include <complex.h>
 
+#include "openlibm.h"
 #include "math_private.h"
 
 DLLEXPORT double complex

+ 1 - 0
src/s_conjf.c

@@ -28,6 +28,7 @@
 
 #include <complex.h>
 
+#include "openlibm.h"
 #include "math_private.h"
 
 DLLEXPORT float complex

+ 1 - 0
src/s_conjl.c

@@ -28,6 +28,7 @@
 
 #include <complex.h>
 
+#include "openlibm.h"
 #include "math_private.h"
 
 DLLEXPORT long double complex