summaryrefslogtreecommitdiff
path: root/jmdict.cpp
diff options
context:
space:
mode:
authorMax Staudt <max@enpas.org>2020-07-03 00:46:51 +0200
committernorly <ny-git@enpas.org>2020-07-03 00:48:50 +0200
commita71285e3792f3c7326f3503275128e5aac180896 (patch)
treeb11455cb9c74db80fdcf116afc9d37996c6953e2 /jmdict.cpp
parenta59edf2b1169aa0557f6193b002fb75b31cd57d4 (diff)
Import last change for jmdict-0.9import
Diffstat (limited to 'jmdict.cpp')
-rw-r--r--jmdict.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/jmdict.cpp b/jmdict.cpp
index a51f61b..efbb705 100644
--- a/jmdict.cpp
+++ b/jmdict.cpp
@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <stdexcept>
#include <exception>
#include <memory>
+#include <unistd.h>
#include "sqlite.h"
#include "kana2romaji.h"
using namespace std;