must include proc before tty.h and socketvar.h
[unix-history] / usr / src / sys / kern / tty_tty.c
index 21e14f3..9b26f68 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)tty_tty.c   7.16 (Berkeley) %G%
+ *     @(#)tty_tty.c   7.17 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -14,8 +14,8 @@
 #include "systm.h"
 #include "conf.h"
 #include "ioctl.h"
 #include "systm.h"
 #include "conf.h"
 #include "ioctl.h"
-#include "tty.h"
 #include "proc.h"
 #include "proc.h"
+#include "tty.h"
 #include "vnode.h"
 #include "file.h"
 
 #include "vnode.h"
 #include "file.h"