mirror of https://github.com/google/benchmark.git
Fix #77 add comment to headers in wrong order
This commit is contained in:
parent
26c01ee9ab
commit
8e3e78fc3d
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue