Skip to content

Commit afbc5fc

Browse files
author
Lorenz Kästle
committed
localize include
1 parent d584dbb commit afbc5fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

utils.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
#include <string.h>
77
#include <time.h>
88

9+
#ifdef HAVE_POW
10+
# include <math.h>
11+
#endif
12+
913
/*
1014
* Add a string
1115
*/

utils.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,6 @@
77
#include <stdarg.h>
88
#include <stdio.h>
99

10-
#ifdef HAVE_POW
11-
# include <math.h>
12-
#endif
13-
1410
struct stringStruct {
1511
size_t max;
1612
size_t len;

0 commit comments

Comments
 (0)