added missing include for ULONG_MAX

This commit is contained in:
Martin Willi 2008-11-11 15:19:13 +00:00
parent 7bdc931e6c
commit b252024c3e
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@
* - server_initiate_challenge() - Initiation of AKA-Challenge
*/
#include <limits.h>
#include <string.h>
#include <unistd.h>
#include <sys/time.h>