aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-01-03 22:47:53 +0100
committerMarkus Uhlin <markus@nifty-networks.net>2024-01-03 22:47:53 +0100
commit4b73f78d98d3bbdf3c488759c376c2013bb5683d (patch)
treec124bdb7ce2caaf4fdf9bc5a0e427fdd2794d42e
parentc7dea850d0a9e1d73e4288fd2b5c722e3da14971 (diff)
Added include
-rw-r--r--FICS/comproc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/comproc.h b/FICS/comproc.h
index f48b7de..bee30b9 100644
--- a/FICS/comproc.h
+++ b/FICS/comproc.h
@@ -28,6 +28,8 @@
#ifndef _COMPROC_H
#define _COMPROC_H
+#include "command.h"
+
extern const int none;
extern const int blitz_rat;
extern const int std_rat;