diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-03 13:49:11 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2011-06-03 13:49:11 -0400 |
commit | 6547f966a768ce88808bc3931c414cf92fde656c (patch) | |
tree | e3243cd24211d3cafa0a986688ce592dd0d8cfd4 /src/common.h | |
parent | 16f3b2430a4477e478d733042831eedbfa504381 (diff) |
Standardize include file exclusion defines.
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common.h b/src/common.h index 1677148..3d30fe7 100644 --- a/src/common.h +++ b/src/common.h @@ -1,5 +1,5 @@ -#ifndef _TYPEDEFS_H_ -#define _TYPEDEFS_H_ +#ifndef _LINPICKER_COMMON_H_ +#define _LINPICKER_COMMON_H_ /* Vchan/Xenstore parameters */ #define LINPICKER_TOKEN "@i" |