Include <sys/queue.h> since this header now depends on it.

This commit is contained in:
John Polstra 1999-08-09 18:45:20 +00:00
parent 2028697c9a
commit a4f59f8289
2 changed files with 6 additions and 2 deletions

View File

@ -36,12 +36,14 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.5 (Berkeley) 1/9/95
* $Id: conf.h,v 1.67 1999/07/20 09:47:50 phk Exp $
* $Id: conf.h,v 1.68 1999/08/08 18:42:59 phk Exp $
*/
#ifndef _SYS_CONF_H_
#define _SYS_CONF_H_
#include <sys/queue.h>
#define SPECNAMELEN 15
struct tty;

View File

@ -36,12 +36,14 @@
* SUCH DAMAGE.
*
* @(#)conf.h 8.5 (Berkeley) 1/9/95
* $Id: conf.h,v 1.67 1999/07/20 09:47:50 phk Exp $
* $Id: conf.h,v 1.68 1999/08/08 18:42:59 phk Exp $
*/
#ifndef _SYS_CONF_H_
#define _SYS_CONF_H_
#include <sys/queue.h>
#define SPECNAMELEN 15
struct tty;