From 5365812de409f67b284219330f49f7e74d3a0a8e Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Fri, 16 Dec 2005 18:36:16 +0000
Subject: [PATCH] Needs stdlib for atod() etc.

---
 src/xpdev/xpprintf.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/xpdev/xpprintf.c b/src/xpdev/xpprintf.c
index 128ff3ed41..370b642dfa 100644
--- a/src/xpdev/xpprintf.c
+++ b/src/xpdev/xpprintf.c
@@ -1,6 +1,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #include <string.h>
+#include <stdlib.h>
 
 #include "xpprintf.h"
 
-- 
GitLab