diff options
Diffstat (limited to 'patchlevel.h')
-rw-r--r-- | patchlevel.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/patchlevel.h b/patchlevel.h index 1fe5ee8e2a..aad5161b96 100644 --- a/patchlevel.h +++ b/patchlevel.h @@ -1,3 +1,4 @@ +#ifndef __PATCHLEVEL_H_INCLUDED__ #define PATCHLEVEL 4 #define SUBVERSION 61 @@ -44,3 +45,6 @@ static char *local_patches[] = { /* Initial space prevents this variable from being inserted in config.sh */ # define LOCAL_PATCH_COUNT \ (sizeof(local_patches)/sizeof(local_patches[0])-2) + +#define __PATCHLEVEL_H_INCLUDED__ +#endif |