From: Chris Hanson Date: Thu, 9 May 1996 20:38:40 +0000 (+0000) Subject: Fix typo. X-Git-Tag: 20090517-FFI~5540 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=69d2850efca4c849258ddc639d6f95183e0fcb97;p=mit-scheme.git Fix typo. --- diff --git a/v7/src/microcode/pruxsock.c b/v7/src/microcode/pruxsock.c index 5e6d1701e..4147e6809 100644 --- a/v7/src/microcode/pruxsock.c +++ b/v7/src/microcode/pruxsock.c @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: pruxsock.c,v 1.8 1996/05/09 20:22:30 cph Exp $ +$Id: pruxsock.c,v 1.9 1996/05/09 20:38:40 cph Exp $ Copyright (c) 1990-96 Massachusetts Institute of Technology @@ -52,7 +52,7 @@ MIT in each case. */ #ifdef HAVE_SOCKETS -#include "ossock.h" +#include "uxsock.h" #define SOCKET_CODE(code) code #else /* not HAVE_SOCKETS */