diff options
| author | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@operamail.com> | 2014-04-24 06:24:14 +0200 |
| commit | 457c655231d10b7ec606f8b3a63f461fe19f098c (patch) | |
| tree | bdbdc45ed8c91b26d860357d7560451066a21e13 /src/login.h | |
| parent | enable more warnings (diff) | |
| download | cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.gz cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.bz2 cerberus-457c655231d10b7ec606f8b3a63f461fe19f098c.tar.xz | |
change inclusion guard pattern
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/login.h')
| -rw-r--r-- | src/login.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login.h b/src/login.h index e7f2a82..3ed5f2a 100644 --- a/src/login.h +++ b/src/login.h @@ -16,8 +16,8 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __LOGIN_H__ -#define __LOGIN_H__ +#ifndef CERBERUS_LOGIN_H +#define CERBERUS_LOGIN_H #include <pwd.h> |
