diff options
| author | Sam Varshavchik | 2015-02-28 08:12:51 -0500 |
|---|---|---|
| committer | Sam Varshavchik | 2015-02-28 08:12:51 -0500 |
| commit | 4faba6d0e3cc5cdd276eb6719824305657a60897 (patch) | |
| tree | 5ba86f995fb68ea5f9c03ad72c1f3bf654443341 /unicode/enttest.c | |
| parent | a3b5ad36b580019638a6e5757477ecd4ac384f5a (diff) | |
| download | courier-libs-4faba6d0e3cc5cdd276eb6719824305657a60897.tar.bz2 | |
Renamed header file, library name, to avoid clashing with another library.
Diffstat (limited to 'unicode/enttest.c')
| -rw-r--r-- | unicode/enttest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unicode/enttest.c b/unicode/enttest.c index cf64390..0424272 100644 --- a/unicode/enttest.c +++ b/unicode/enttest.c @@ -1,5 +1,5 @@ #include "unicode_config.h" -#include "unicode.h" +#include "courier-unicode.h" #include <string.h> #include <stdio.h> |
