diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 09:42:31 -0400 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-07-19 09:42:31 -0400 |
commit | 4e6a4994026bffa5036af51124099de4ebab413d (patch) | |
tree | 5780b8fafca41888d95e37c88f00f7079a1ac25c /response.c | |
parent | 09d75b54a0f5bad3f925f2969e26eaf4494bc64c (diff) |
added missing stdlib include
Diffstat (limited to 'response.c')
-rw-r--r-- | response.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ #include "response.h" #include "socket-common.h" #include <string.h> +#include <stdlib.h> //RESPONSE related functions from the server |