This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
libcfu/include/cfutypes.h

14 lines
174 B
C

/* Creation date: 2005-07-30 16:44:11
* Authors: Don
* Change log:
*/
#ifndef _CFU_TYPES_H_
#define _CFU_TYPES_H_
#include <sys/types.h>
/* u_int is defined */
#endif