summaryrefslogtreecommitdiffstats
path: root/lib/libmd/mdXhl.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libmd/mdXhl.c')
-rw-r--r--lib/libmd/mdXhl.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/libmd/mdXhl.c b/lib/libmd/mdXhl.c
index ffab03a..913e290 100644
--- a/lib/libmd/mdXhl.c
+++ b/lib/libmd/mdXhl.c
@@ -6,19 +6,20 @@
* this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp
* ----------------------------------------------------------------------------
*
- * $Id: mdXhl.c,v 1.6 1995/07/12 09:13:47 phk Exp $
+ * $Id: mdXhl.c,v 1.7 1996/07/24 20:55:38 phk Exp $
*
*/
-#include <stdlib.h>
-#include <stdio.h>
-#include <errno.h>
-#include "mdX.h"
-#include <sys/file.h>
#include <sys/types.h>
-#include <sys/uio.h>
+#include <fcntl.h>
#include <unistd.h>
+#include <errno.h>
+#include <stdio.h>
+#include <stdlib.h>
+
+#include "mdX.h"
+
char *
MDXEnd(MDX_CTX *ctx, char *buf)
{
OpenPOWER on IntegriCloud