Fix #77 add comment to headers in wrong order

This commit is contained in:
Pavel Davydov 2015-02-25 10:41:26 +03:00
parent 26c01ee9ab
commit 8e3e78fc3d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
#include <stdlib.h>
#include <string.h>
#include <sys/resource.h>
#include <sys/types.h>
#include <sys/types.h> // this header must be included before 'sys/sysctl.h' to avoid compilation error on FreeBSD
#include <sys/sysctl.h>
#include <sys/time.h>
#include <unistd.h>