parent
6f811bd13f
commit
5049f5bbb4
|
@ -33,6 +33,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <fcntl.h>
|
||||
#include <unistd.h>
|
||||
#else // USE_MMAP_FOR_DICTIONARY
|
||||
#include <stdlib.h>
|
||||
#endif // USE_MMAP_FOR_DICTIONARY
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
|
||||
#include "defines.h"
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL 0
|
||||
#endif
|
||||
|
||||
namespace latinime {
|
||||
|
||||
class Correction;
|
||||
|
|
Loading…
Reference in New Issue