Skip to content

Commit 86a18e4

Browse files
committed
Merge pull request #48 from JuliaLang/cpack
Fix missing includes
2 parents d4555b6 + 5a0e3e9 commit 86a18e4

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/s_conj.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <complex.h>
3030

31+
#include "openlibm.h"
3132
#include "math_private.h"
3233

3334
DLLEXPORT double complex

src/s_conjf.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <complex.h>
3030

31+
#include "openlibm.h"
3132
#include "math_private.h"
3233

3334
DLLEXPORT float complex

src/s_conjl.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
#include <complex.h>
3030

31+
#include "openlibm.h"
3132
#include "math_private.h"
3233

3334
DLLEXPORT long double complex

0 commit comments

Comments
 (0)