r26288: events: events.h uses uint16_t so it needs stdint.h
[samba.git] / source4 / lib / events / events.h
index d30ffda2e2a4e34859786b3eed481c2df69b588e..2868fefc384e64e76bb808a9ba929a0453d60c0f 100644 (file)
@@ -22,8 +22,8 @@
 #ifndef __EVENTS_H__
 #define __EVENTS_H__
 
+#include <stdint.h>
 #include <talloc.h>
-#include <stdlib.h>
 
 struct event_context;
 struct event_ops;