summaryrefslogtreecommitdiffstats
path: root/kjs/regexp.h
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2025-08-10 14:40:54 +0300
committerFat-Zer <fatzer2@gmail.com>2025-08-11 05:00:41 +0000
commit351e6ce3b2757c57071ab33fdde2afe265c048af (patch)
treec1f2a1eafa56159c0a37be707dfa7a28c5e9c200 /kjs/regexp.h
parent57a94cb6f56a2c7e4900148771c44eb689d2aaa7 (diff)
downloadtdelibs-351e6ce3b2757c57071ab33fdde2afe265c048af.tar.gz
tdelibs-351e6ce3b2757c57071ab33fdde2afe265c048af.zip
Fix build with PCRE2 disabled
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
Diffstat (limited to 'kjs/regexp.h')
-rw-r--r--kjs/regexp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kjs/regexp.h b/kjs/regexp.h
index e731eb714..d84fca17c 100644
--- a/kjs/regexp.h
+++ b/kjs/regexp.h
@@ -21,6 +21,7 @@
#ifndef _KJS_REGEXP_H_
#define _KJS_REGEXP_H_
+#include <stdint.h>
#include <sys/types.h>
#include "config.h"