summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 12:06:06 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 12:06:06 -0800
commitd7f73aca763eb2fa918c3e5a27e264aa14f653d1 (patch)
tree4122d0a8391a350ab426761fd191ac3e6923a01f
parentfa38cc225ef39aeb6a2ab1c90a233b285d4c77f8 (diff)
include <errno.h> instead of <sys/errno.h>
Solaris defines errno itself in <errno.h>
-rw-r--r--src/geode_msr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geode_msr.c b/src/geode_msr.c
index 167ccd6..6de693f 100644
--- a/src/geode_msr.c
+++ b/src/geode_msr.c
@@ -3,7 +3,7 @@
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>
-#include <sys/errno.h>
+#include <errno.h>
#include "os.h"
#include "geode.h"