Commit 1b43bd79 authored by Youness Alaoui's avatar Youness Alaoui Committed by Youness Alaoui

Missing limits.h for gcc 4.3, reported by muratasenel from amsn's forums

parent 4a1a0b47
......@@ -49,6 +49,7 @@
#include <netinet/in.h>
#include <unistd.h>
#include <errno.h>
#include <limits.h>
#ifndef SOL_IP
# define SOL_IP IPPROTO_IP
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment