1
0
mirror of https://github.com/rfivet/uemacs.git synced 2025-09-25 14:44:01 -04:00

Insure CRYPT is defined before header inclusion.

This commit is contained in:
2013-09-19 14:58:20 +08:00
parent 34e2041d8e
commit fb6d6bd595
7 changed files with 16 additions and 8 deletions

View File

@@ -1,5 +1,7 @@
/* crypt.c -- implements crypt.h */
#include "estruct.h"
#include "crypt.h"
/* CRYPT.C