diff options
Diffstat (limited to 'src/common.c')
-rw-r--r-- | src/common.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/common.c b/src/common.c index a38e804..28b007b 100644 --- a/src/common.c +++ b/src/common.c @@ -17,8 +17,12 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +// // common.c -- misc functions used in client and server -#include "com_local.h" +// + +#include "common.h" #include "files.h" #include "protocol.h" #include "q_msg.h" |