scons: Enable build on OSX
[gem5.git] / src / base / pollevent.hh
index ecaeb94ce9b2db4bfded43e14dcc461f5d4c6c0e..b9c833c8a2a7eacabab7c74bfa15862db4899b84 100644 (file)
 #ifndef __POLLEVENT_H__
 #define __POLLEVENT_H__
 
-#include <vector>
 #include <poll.h>
+
+#include <vector>
+
 #include "sim/core.hh"
 
 class Checkpoint;