summaryrefslogtreecommitdiff
path: root/mpf
diff options
context:
space:
mode:
authortege <tege@gmplib.org>2007-09-24 20:20:45 +0200
committertege <tege@gmplib.org>2007-09-24 20:20:45 +0200
commita5636fe34622412932afd490a4a5eff35b612800 (patch)
tree45b3621bf7f0db0cf8e913f2afaada41929d7821 /mpf
parent0b36d868c27c584dee01e94a56470034d9895588 (diff)
downloadgmp-a5636fe34622412932afd490a4a5eff35b612800.tar.gz
Include stdlib.h, not stdio.h for NULL.
Diffstat (limited to 'mpf')
-rw-r--r--mpf/get_str.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/get_str.c b/mpf/get_str.c
index 4aa732559..d4be6b21b 100644
--- a/mpf/get_str.c
+++ b/mpf/get_str.c
@@ -22,7 +22,7 @@ License for more details.
You should have received a copy of the GNU Lesser General Public License
along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
-#include <stdio.h> /* for NULL */
+#include <stdlib.h> /* for NULL */
#include "gmp.h"
#include "gmp-impl.h"
#include "longlong.h" /* for count_leading_zeros */