systemd/trivial: adjust naming of include guard define

This commit is contained in:
Thomas Haller 2019-01-31 12:49:28 +01:00
parent 65884733ec
commit 32a847a61f

View file

@ -16,8 +16,8 @@
* Copyright (C) 2014 - 2018 Red Hat, Inc.
*/
#ifndef __NM_SD_ADAPT_BASIC_H__
#define __NM_SD_ADAPT_BASIC_H__
#ifndef __NM_SD_ADAPT_SHARED_H__
#define __NM_SD_ADAPT_SHARED_H__
#include "nm-default.h"
@ -130,4 +130,4 @@ static inline pid_t gettid(void) {
/*****************************************************************************/
#endif /* __NM_SD_ADAPT_BASIC_H__ */
#endif /* __NM_SD_ADAPT_SHARED_H__ */