Switch to C++ versions of standard C headers
This commit is contained in:
committed by
Alex Chernyakhovsky
parent
19ad493dcb
commit
cf542739cc
+5
-4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user