--- sbbs/src/sbbs3/nopen.h 2018/04/24 16:41:23 1.1 +++ sbbs/src/sbbs3/nopen.h 2018/04/24 16:43:39 1.1.1.2 @@ -1,10 +1,12 @@ -/* $Id: nopen.h,v 1.1 2018/04/24 16:41:23 root Exp $ */ +/* $Id: nopen.h,v 1.1.1.2 2018/04/24 16:43:39 root Exp $ */ + +/* "Network-file Open" (nopen) and friends */ /**************************************************************************** * @format.tab-size 4 (Plain Text/Source Code File Header) * * @format.use-tabs true (see http://www.synchro.net/ptsc_hdr.html) * * * - * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html * + * Copyright 2007 Rob Swindell - http://www.synchro.net/copyright.html * * * * This program is free software; you can redistribute it and/or * * modify it under the terms of the GNU General Public License * @@ -34,6 +36,9 @@ #ifndef _NOPEN_H #define _NOPEN_H +#include /* FILE */ +#include "gen_defs.h" /* BOOL */ + #ifdef __cplusplus extern "C" { #endif