summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-10-24 23:46:39 +0300
committerJames Feist <james.feist@linux.intel.com>2019-10-28 21:29:03 +0300
commit9e27a22edc4434ec577c2eb4034edc6874088413 (patch)
treec784eebf37dd570304daf29910a7fcc7aae2aacb /include
parentc45f00821add8cd29cbd148d4b4b9f6e988665cf (diff)
downloadbmcweb-9e27a22edc4434ec577c2eb4034edc6874088413.tar.xz
Move to more modern headers
We had a couple places where the c style headers got checked in for Tested: Code builds. Signed-off-by: Ed Tanous <ed.tanous@intel.com> Change-Id: Iebfbd846033618ff972825a0a9f89e8d05395ce8
Diffstat (limited to 'include')
-rw-r--r--include/vm_websocket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/vm_websocket.hpp b/include/vm_websocket.hpp
index d1127a4209..7b07458f67 100644
--- a/include/vm_websocket.hpp
+++ b/include/vm_websocket.hpp
@@ -1,11 +1,11 @@
#pragma once
#include <app.h>
-#include <signal.h>
#include <websocket.h>
#include <boost/beast/core/flat_static_buffer.hpp>
#include <boost/process.hpp>
+#include <csignal>
#include <webserver_common.hpp>
namespace crow