Commit fef00c4c authored by Federico G. Schwindt's avatar Federico G. Schwindt Committed by Lasse Karstensen

SmartOS needs stdlib.h for closefrom()

parent 1a3b0ff5
...@@ -36,6 +36,7 @@ ...@@ -36,6 +36,7 @@
#include <errno.h> #include <errno.h>
#include <fcntl.h> #include <fcntl.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <string.h> #include <string.h>
#include <unistd.h> #include <unistd.h>
......
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