Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 9 May 1996 20:38:40 +0000 (20:38 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 9 May 1996 20:38:40 +0000 (20:38 +0000)
v7/src/microcode/pruxsock.c

index 5e6d1701e194f18f8eab37c18a7b0ea814b08be0..4147e6809fbc6f5c28f6f543840c8b2bd5fc155f 100644 (file)
@@ -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 */