summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrws <empty>1993-09-12 17:49:28 +0000
committerrws <empty>1993-09-12 17:49:28 +0000
commitd3e87a3d6cffc906f0899dc1924e3c04dfff424d (patch)
treeb0e1136f2b8c1691e15b56e7447bd6ee436a3ce0
parent0cdf4e23a62be7b8c0a49b5190d6ca92d0187521 (diff)
include Xos.h for NT
-rw-r--r--xc/programs/bdftopcf/bdftopcf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xc/programs/bdftopcf/bdftopcf.c b/xc/programs/bdftopcf/bdftopcf.c
index 0ff84ccb2..4da726bfa 100644
--- a/xc/programs/bdftopcf/bdftopcf.c
+++ b/xc/programs/bdftopcf/bdftopcf.c
@@ -1,5 +1,5 @@
/*
- * $XConsortium: bdftopcf.c,v 1.4 91/05/13 15:25:06 gildea Exp $
+ * $XConsortium: bdftopcf.c,v 1.5 91/09/07 11:56:42 keith Exp $
*
* Copyright 1991 by the Massachusetts Institute of Technology
*
@@ -21,6 +21,7 @@
#include "fontstruct.h"
#include "fontfileio.h"
#include <stdio.h>
+#include <X11/Xos.h>
main (argc, argv)
char **argv;