summaryrefslogtreecommitdiff
path: root/src/net/netconsts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/netconsts.h')
-rw-r--r--src/net/netconsts.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/net/netconsts.h b/src/net/netconsts.h
index 38f84ebaa..0af23b8a9 100644
--- a/src/net/netconsts.h
+++ b/src/net/netconsts.h
@@ -18,9 +18,10 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef NET_DEFAULTS_H
-#define NET_DEFAULTS_H
+#ifndef NET_NETCONSTS_H
+#define NET_NETCONSTS_H
+#include <cstdint>
static const uint16_t DEFAULT_PORT = 6901;
-#endif // NET_DEFAULTS_H
+#endif // NET_NETCONSTS_H