Commit e6321479 authored by Federico G. Schwindt's avatar Federico G. Schwindt

SmartOS needs stdlib.h for closefrom()

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