aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/util/select.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/select.h')
-rw-r--r--src/util/select.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/util/select.h b/src/util/select.h
index 7361a64..e50807b 100644
--- a/src/util/select.h
+++ b/src/util/select.h
@@ -33,11 +33,12 @@
#ifndef SELECT_HPP
#define SELECT_HPP
-#include <string.h>
-#include <errno.h>
-#include <signal.h>
+#include <cassert>
+#include <cerrno>
+#include <csignal>
+#include <cstring>
+
#include <sys/select.h>
-#include <assert.h>
#include "src/util/fatal_assert.h"
#include "src/util/timestamp.h"