mirror of
https://github.com/awesomeWM/awesome
synced 2024-11-17 07:47:41 +01:00
change ifdef
This commit is contained in:
parent
24ef40026a
commit
c8e86d6066
1 changed files with 2 additions and 2 deletions
4
util.h
4
util.h
|
@ -20,8 +20,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#ifndef AWESOME_MEM_H
|
||||
#define AWESOME_MEM_H
|
||||
#ifndef AWESOME_UTIL_H
|
||||
#define AWESOME_UTIL_H
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Reference in a new issue