chiark / gitweb /
avoid crashes on log client teardown
[disorder] / lib / disorder.h
index ded021f70252128c3ab319e926e6fe05710cd382..98ddff0e0202231f10fa63fe1cd7ec5299490c39 100644 (file)
@@ -21,6 +21,8 @@
 #ifndef DISORDER_H
 #define DISORDER_H
 
+#include <stddef.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -212,4 +214,3 @@ c-basic-offset:2
 comment-column:40
 End:
 */
-/* arch-tag:e9581e408f14d9382e27fbc06755baa6 */