From 4aa9c9632df1f896c5ada61e546482a6fee6dd13 Mon Sep 17 00:00:00 2001
From: Lioncash <mathew1800@gmail.com>
Date: Mon, 3 Feb 2020 09:09:06 -0500
Subject: [PATCH] input_common/udp: Add missing header guard

---
 src/input_common/udp/udp.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/input_common/udp/udp.h b/src/input_common/udp/udp.h
index ea3de60bb4..0e56e431b3 100644
--- a/src/input_common/udp/udp.h
+++ b/src/input_common/udp/udp.h
@@ -2,6 +2,8 @@
 // Licensed under GPLv2 or any later version
 // Refer to the license.txt file included.
 
+#pragma once
+
 #include <memory>
 #include <unordered_map>
 #include "input_common/main.h"