added stdlib.h - fixes warning with free / system
This commit is contained in:
parent
93b29aab5a
commit
4153785130
|
@ -13,6 +13,7 @@
|
|||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <sys/ioctl.h>
|
||||
|
|
Loading…
Reference in New Issue