浏览代码

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