ports/textproc/aspell/files/patch-prog__aspell.cpp
2021-04-14 17:52:19 +02:00

18 lines
388 B
C++

--- prog/aspell.cpp.orig 2019-10-08 00:15:21 UTC
+++ prog/aspell.cpp
@@ -25,6 +25,7 @@
# include <langinfo.h>
#endif
+#include "errors.hpp"
#include "aspell.h"
#include <sys/types.h>
@@ -41,7 +42,6 @@
#include "convert.hpp"
#include "document_checker.hpp"
#include "enumeration.hpp"
-#include "errors.hpp"
#include "file_util.hpp"
#include "fstream.hpp"
#include "info.hpp"