libsemanage: use a macro prefixed with SEMANAGE to protect dso.h

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
This commit is contained in:
Nicolas Iooss 2016-11-15 23:15:23 +01:00 committed by Stephen Smalley
parent f60519edf6
commit 398266f95f
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef _SEPOL_DSO_H
#define _SEPOL_DSO_H 1
#ifndef _SEMANAGE_DSO_H
#define _SEMANAGE_DSO_H 1
#ifdef SHARED
# define hidden __attribute__ ((visibility ("hidden")))