9
0
Fork 0

add protection from double inclusion in string.h

This commit is contained in:
Sascha Hauer 2008-03-31 21:55:34 +02:00
parent 566e0d93ce
commit 839aaaf9ef
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
#ifndef __STRING_H
#define __STRING_H
#include <linux/string.h>
#endif /* __STRING_H */