diff options
Diffstat (limited to 'src/libimcv/seg/seg_env.c')
-rw-r--r-- | src/libimcv/seg/seg_env.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libimcv/seg/seg_env.c b/src/libimcv/seg/seg_env.c index 1f4cfc53f..1ec8a367b 100644 --- a/src/libimcv/seg/seg_env.c +++ b/src/libimcv/seg/seg_env.c @@ -17,13 +17,12 @@ #include "imcv.h" #include "pa_tnc/pa_tnc_msg.h" +#include "tcg/seg/tcg_seg_attr_seg_env.h" #include <utils/debug.h> #include <bio/bio_reader.h> #include <bio/bio_writer.h> -#include <tcg/seg/tcg_seg_attr_seg_env.h> - #define BASE_ATTR_ID_PREFIX 0xFF typedef struct private_seg_env_t private_seg_env_t; |