mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
include <stdint.h> for uintptr_t
This commit is contained in:
committed by
Simo Sorce
parent
a1430dcb2c
commit
45aa801952
@@ -40,6 +40,7 @@
|
||||
#define EOK 0
|
||||
#define EFAIL -1
|
||||
|
||||
#include <stdint.h>
|
||||
#ifndef discard_const
|
||||
#define discard_const(ptr) ((void *)((uintptr_t)(ptr)))
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user