diff options
Diffstat (limited to 'src/mobilebackup.h')
-rw-r--r-- | src/mobilebackup.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mobilebackup.h b/src/mobilebackup.h index 2c5be62..a373105 100644 --- a/src/mobilebackup.h +++ b/src/mobilebackup.h @@ -18,8 +18,9 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef MOBILEBACKUP_H -#define MOBILEBACKUP_H + +#ifndef __MOBILEBACKUP_H +#define __MOBILEBACKUP_H #include "libimobiledevice/mobilebackup.h" #include "device_link_service.h" |