Fix errno compilation error (found on Ubuntu 14.04)

This commit is contained in:
Ben Simmons 2015-06-08 16:06:21 -07:00 committed by Ben Simmons
parent ab2b96b0f5
commit 380ee54380

View File

@ -34,6 +34,7 @@
#include "config.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>