diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 15:29:35 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-09-12 15:29:35 +0000 |
commit | ff172315ec147f043d88ecc365bb63044088b201 (patch) | |
tree | 283331cb94bf4d96601409ac63d99101aa4114e0 | |
parent | 71d9af2be3fc701e8290b7f5548ac72f523a3914 (diff) |
Formerly main.c.~2~
-rw-r--r-- | pfinet/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pfinet/main.c b/pfinet/main.c index b872e07c..518c8baa 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -struct mutex global_lock = MUTEX_INITIALIZER; +#include <cthreads.h> main () { |