mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 18:41:17 +02:00
19 lines
437 B
C++
19 lines
437 B
C++
--- ./prog/aspell.cpp.orig 2011-07-04 12:13:58.000000000 +0300
|
|
+++ ./prog/aspell.cpp 2014-12-23 09:52:46.000000000 +0200
|
|
@@ -25,6 +25,7 @@
|
|
# include <langinfo.h>
|
|
#endif
|
|
|
|
+#include "errors.hpp"
|
|
#include "aspell.h"
|
|
|
|
#ifdef USE_FILE_INO
|
|
@@ -40,7 +41,6 @@
|
|
#include "convert.hpp"
|
|
#include "document_checker.hpp"
|
|
#include "enumeration.hpp"
|
|
-#include "errors.hpp"
|
|
#include "file_util.hpp"
|
|
#include "fstream.hpp"
|
|
#include "info.hpp"
|