User enumeration implemented
[tpg/opendispense2.git] / src / cokebank_basic / common.h
index ce6854f..f7744dd 100644 (file)
@@ -2,7 +2,7 @@
  * OpenDispense 2 
  * UCC (University [of WA] Computer Club) Electronic Accounting System
  *
- * cokebank.c - Coke-Bank management
+ * cokebank_basic/common.h - Coke-Bank management
  *
  * This file is licenced under the 3-clause BSD Licence. See the file COPYING
  * for full details.
@@ -10,6 +10,8 @@
 #ifndef _COKEBANK_COMMON_H_
 #define _COKEBANK_COMMON_H_
 
+#include "../cokebank.h"
+
 typedef struct sUser {
         int    UnixID;
         int    Balance;

UCC git Repository :: git.ucc.asn.au