Merge pull request #26 from simmbot/master

Fix errno compilation error (found on Ubuntu 14.04)
这个提交包含在:
Adrian Chadd 2015-07-16 07:44:02 -07:00
当前提交 217bdb8098

查看文件

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