diff options
| author | Mikhail Romanko <me@blankhex.com> | 2025-10-13 14:34:39 +0300 |
|---|---|---|
| committer | Mikhail Romanko <me@blankhex.com> | 2025-10-13 14:34:39 +0300 |
| commit | d559d3f66b2c81869d292c513c942bb966881244 (patch) | |
| tree | 5f5d73072caa954afd678642df094cf9a29ceb71 | |
| parent | 3177a54709ff6c4d58af8f6eb0321ce526588837 (diff) | |
| download | bhlib-d559d3f66b2c81869d292c513c942bb966881244.tar.gz | |
Small fixes in src/String
| -rw-r--r-- | src/String/Float.c | 1 | ||||
| -rw-r--r-- | src/String/Int.c | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/String/Float.c b/src/String/Float.c index 229ebcf..4acf012 100644 --- a/src/String/Float.c +++ b/src/String/Float.c @@ -8,6 +8,7 @@ #include <string.h> +#include <Config.h> #include "Inline/Mpi.h" diff --git a/src/String/Int.c b/src/String/Int.c index 2e94814..9915607 100644 --- a/src/String/Int.c +++ b/src/String/Int.c @@ -1,7 +1,6 @@ #include <BH/String.h> #include <ctype.h> #include <limits.h> -#include <stdlib.h> #include <string.h> |
