fix for port ds390
[fw/sdcc] / support / Util / dbuf.h
index 6a7f992096055c7d0df3477dea07187993b6c08f..4675aafef1d8ecd79d6ddd0dc31f96c99a5dc384 100644 (file)
@@ -28,6 +28,8 @@
 #ifndef __DBUF_H
 #define __DBUF_H
 
+#include <stddef.h>
+
 struct dbuf_s {
   size_t alloc;   /* size of allocated buffer in bytes */
   size_t len;     /* actual size of the buffer in bytes */