1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

util/charset: Include missing headers

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-11-15 15:26:56 +13:00 committed by Andrew Bartlett
parent 3f0809f1ee
commit b6ff89f6fb

View File

@ -26,6 +26,8 @@
#define __CHARSET_H__ #define __CHARSET_H__
#include <talloc.h> #include <talloc.h>
#include <stdbool.h>
#include <stdint.h>
/* this defines the charset types used in samba */ /* this defines the charset types used in samba */
typedef enum { typedef enum {