* mu-store.cc: add include unistd.h; this is needed by g++ 4.7 (as noted by
Tom Willemsen)
This commit is contained in:
@ -26,6 +26,7 @@
|
|||||||
#include <xapian.h>
|
#include <xapian.h>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <stdexcept>
|
#include <stdexcept>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user