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/unicodebuf.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/unicodebuf.c')
| -rw-r--r-- | unicode/unicodebuf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/unicode/unicodebuf.c b/unicode/unicodebuf.c index 66687c3..a221e3b 100644 --- a/unicode/unicodebuf.c +++ b/unicode/unicodebuf.c @@ -5,7 +5,7 @@  */  #include	"unicode_config.h" -#include	"unicode.h" +#include	"courier-unicode.h"  #include	<stdlib.h>  #include	<string.h> | 
