Skip to content

Commit 5a0e3e9

Browse files
committed
Fix missing includes
Last commit made defition of cpack() not available to files which do not include openlibm.h.
1 parent d4555b6 commit 5a0e3e9

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)