Skip to content

Commit

Permalink
Solaris needs <alloca.h>
Browse files Browse the repository at this point in the history
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
  • Loading branch information
David Woodhouse authored and David Woodhouse committed Jun 19, 2014
1 parent 7c2d8bf commit 9c61f8f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ntlm.c
Expand Up @@ -26,6 +26,7 @@
#include <stdio.h>
#include <stdarg.h>
#include <ctype.h>
#include <alloca.h>
#ifndef _WIN32
#include <sys/wait.h>
#endif
Expand Down

0 comments on commit 9c61f8f

Please sign in to comment.