Pārlūkot izejas kodu

Merge pull request #48 from JuliaLang/cpack

Fix missing includes
Viral B. Shah 11 gadi atpakaļ
vecāks
revīzija
86a18e4f2e
3 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  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