Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
185 B
C
10 lines
185 B
C
--- src/numeric.c.orig 2012-04-26 16:10:18.000000000 -0500
|
|
+++ src/numeric.c
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
+#include <ctype.h>
|
|
|
|
#include "decimal.h"
|
|
|