25 lines
603 B
Diff
25 lines
603 B
Diff
|
From fbab59e1bc20b9ae885c5cfe2f5c4e9b083ae5bc Mon Sep 17 00:00:00 2001
|
||
|
From: Enrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
|
||
|
Date: Sat, 15 Nov 2008 11:34:53 +0100
|
||
|
Subject: [PATCH] include missing <stdlib.h>
|
||
|
|
||
|
---
|
||
|
src/cpp/server_cgi.cpp | 1 +
|
||
|
1 files changed, 1 insertions(+), 0 deletions(-)
|
||
|
|
||
|
diff --git a/src/cpp/server_cgi.cpp b/src/cpp/server_cgi.cpp
|
||
|
index c8bb41d..da4152d 100644
|
||
|
--- a/src/cpp/server_cgi.cpp
|
||
|
+++ b/src/cpp/server_cgi.cpp
|
||
|
@@ -14,6 +14,7 @@
|
||
|
|
||
|
#include <memory>
|
||
|
#include <stdio.h>
|
||
|
+#include <stdlib.h>
|
||
|
|
||
|
#include "xmlrpc-c/girerr.hpp"
|
||
|
using girerr::throwf;
|
||
|
--
|
||
|
1.5.6.5
|
||
|
|