diff options
author | rws <empty> | 1993-09-12 18:01:35 +0000 |
---|---|---|
committer | rws <empty> | 1993-09-12 18:01:35 +0000 |
commit | 5c723366954cf26e6a0b859dd4e383a96dcaa648 (patch) | |
tree | 2e1c235f20a36e29d30cd4f7d14eeb0f862821d1 /xc/lib/font/fontfile | |
parent | d3e87a3d6cffc906f0899dc1924e3c04dfff424d (diff) |
include Xos.h for NT
Diffstat (limited to 'xc/lib/font/fontfile')
-rw-r--r-- | xc/lib/font/fontfile/bufio.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/lib/font/fontfile/bufio.c b/xc/lib/font/fontfile/bufio.c index 9ec99e6d8..9878a270d 100644 --- a/xc/lib/font/fontfile/bufio.c +++ b/xc/lib/font/fontfile/bufio.c @@ -1,5 +1,5 @@ /* - * $XConsortium: bufio.c,v 1.3 92/02/11 17:17:39 eswu Exp $ + * $XConsortium: bufio.c,v 1.4 92/05/29 18:00:40 gildea Exp $ * * Copyright 1991 Massachusetts Institute of Technology * @@ -24,6 +24,7 @@ */ +#include <X11/Xos.h> #include <fontmisc.h> #include <bufio.h> #include <errno.h> |