25 lines
564 B
Diff
25 lines
564 B
Diff
From b9b46c91092627085936660f4fb32691fbce166a Mon Sep 17 00:00:00 2001
|
|
From: peijiankang <peijiankang@kylinos.cn>
|
|
Date: Tue, 26 Sep 2023 09:46:28 +0800
|
|
Subject: [PATCH] add pix_internal.h to alltypes.h
|
|
|
|
---
|
|
src/alltypes.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/alltypes.h b/src/alltypes.h
|
|
index f3a3823..1fd0ae3 100644
|
|
--- a/src/alltypes.h
|
|
+++ b/src/alltypes.h
|
|
@@ -58,6 +58,7 @@
|
|
#include "jbclass.h"
|
|
#include "morph.h"
|
|
#include "pix.h"
|
|
+#include "pix_internal.h"
|
|
#include "recog.h"
|
|
#include "regutils.h"
|
|
#include "stringcode.h"
|
|
--
|
|
2.41.0
|
|
|