summaryrefslogtreecommitdiff
path: root/lib/common/WaitForEvent.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2009-03-24 15:22:54 +0000
committerChris Wilson <chris+github@qwirx.com>2009-03-24 15:22:54 +0000
commit2cdd70a034f183fb4b7926d0979650e8c3df1430 (patch)
treec03f39405311813bb18ddd75cae4b20d6839a82f /lib/common/WaitForEvent.h
parentc5af7ffbde50a9182ba6a631cad1e7c375c769a9 (diff)
Switch to C++ include file names.
Diffstat (limited to 'lib/common/WaitForEvent.h')
-rw-r--r--lib/common/WaitForEvent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common/WaitForEvent.h b/lib/common/WaitForEvent.h
index 9febf5d4..045d6d67 100644
--- a/lib/common/WaitForEvent.h
+++ b/lib/common/WaitForEvent.h
@@ -10,7 +10,7 @@
#ifndef WAITFOREVENT__H
#define WAITFOREVENT__H
-#include <stdlib.h>
+#include <cstdlib>
#ifdef HAVE_KQUEUE
#include <sys/event.h>