]> mj.ucw.cz Git - libucw.git/blobdiff - lib/gbuf.h
gettid: fixed a compilation bug on gentoo
[libucw.git] / lib / gbuf.h
index a5b71498d6fe75d728e556c4831b576beade13b7..daf0bfbb6b74be7729c3aa34b56e31d46cae1772 100644 (file)
  *     of the GNU Lesser General Public License.
  */
 
-#include <stdlib.h>
-
 #define        BUF_T   GBUF_PREFIX(t)
 
-typedef struct
+typedef struct BUF_T
 {
   uns len;
   GBUF_TYPE *ptr;