From 76bc1b34f9767dcff656e81030966d57c252b38b Mon Sep 17 00:00:00 2001 From: Sean McBride Date: Thu, 2 Jun 2022 12:24:29 -0400 Subject: [PATCH] fix: Add missing header guard --- runtime/include/worker_thread_epoll.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/include/worker_thread_epoll.h b/runtime/include/worker_thread_epoll.h index f33a6b6..2fc4e73 100644 --- a/runtime/include/worker_thread_epoll.h +++ b/runtime/include/worker_thread_epoll.h @@ -1,3 +1,5 @@ +#pragma once + #include "worker_thread.h" static inline void