From 4c66eb6d4cbdddc658e5f0274d8130155c6013f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= Date: Sat, 3 Oct 2020 21:20:43 +0200 Subject: XUtils string related updates - allow count out-parameter of String_split() to be NULL - introduce xStrndup() - do not allow NULL pointers passed to String_eq() it is not used in any code - implement String_startsWith(), String_contains_i() and String_eq() as inline header functions - adjust several conversion issues --- UsersTable.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'UsersTable.c') diff --git a/UsersTable.c b/UsersTable.c index 89fdfc4d..83c6dbc3 100644 --- a/UsersTable.c +++ b/UsersTable.c @@ -5,6 +5,8 @@ Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ +#include "config.h" // IWYU pragma: keep + #include "UsersTable.h" #include -- cgit v1.2.3