Files
bsdports/text/aspell/files/patch-x-prog-aspell.cpp
2019-12-26 07:26:06 +00:00

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"