aboutsummaryrefslogtreecommitdiff
path: root/crypt/crypt-private.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypt/crypt-private.h')
-rw-r--r--crypt/crypt-private.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/crypt/crypt-private.h b/crypt/crypt-private.h
index ea46a7f949..b6a5e07b36 100644
--- a/crypt/crypt-private.h
+++ b/crypt/crypt-private.h
@@ -28,7 +28,16 @@
#include <features.h>
#include <stdbool.h>
+#ifndef DOS
#include "ufc-crypt.h"
+#else
+/*
+ * Thanks to greg%wind@plains.NoDak.edu (Greg W. Wettstein)
+ * for DOS patches
+ */
+#include "pl.h"
+#include "ufc.h"
+#endif
#include "crypt.h"
/* crypt.c */