proper #ifdef'ing around the file to prevent errors if multiply included

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@121 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-04-17 13:40:13 +00:00
parent 5254710e63
commit a70782addc

View file

@ -17,4 +17,9 @@
*
****************************************************************************/
#ifndef __TYPES_H
#define __TYPES_H
typedef unsigned char bool;
#endif