Merge pull request #214 from dgrove-oss/tweak-linux_base

Remove unused include of sys/user.h
diff --git a/os/linux_base.h b/os/linux_base.h
index 96a3c82..8173e12 100644
--- a/os/linux_base.h
+++ b/os/linux_base.h
@@ -13,7 +13,6 @@
 #ifndef __OS_LINUX_BASE__
 #define __OS_LINUX_BASE__
 
-#include <sys/user.h>
 #include <sys/param.h>
 
 #if __GNUC__