mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
13 lines
207 B
Diff
13 lines
207 B
Diff
--- a/include/tesseract/ocrclass.h
|
|
+++ b/include/tesseract/ocrclass.h
|
|
@@ -29,6 +29,10 @@
|
|
|
|
#include <chrono>
|
|
#include <ctime>
|
|
+#ifndef __GLIBC__
|
|
+#include <sys/time.h>
|
|
+#endif
|
|
+
|
|
|
|
namespace tesseract {
|
|
|