فهرست منبع

Fix missing includes

Last commit made defition of cpack() not available to files
which do not include openlibm.h.
Milan Bouchet-Valat 11 سال پیش
والد
کامیت
5a0e3e9c5c
3فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  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