diff options
Diffstat (limited to 'src/common/test.h')
-rw-r--r-- | src/common/test.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/test.h b/src/common/test.h index 15615f3991..81d54b88f3 100644 --- a/src/common/test.h +++ b/src/common/test.h @@ -5,6 +5,11 @@ #ifndef __TEST_H #define __TEST_H +/** + * \file test.h + * \brief Headers for test.c + */ + #include <string.h> #include <stdio.h> |