diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-08-02 17:54:39 -0400 |
commit | 01a67dbfc491832def1ba8a2c3e7cda228e6f7c2 (patch) | |
tree | e5a25487d4ec161ed7e83754710ba8f83ec355f1 /src/libbasic/include/basic/def.h | |
parent | d7efceae3181337f25c8ef992923ae172b28b277 (diff) |
./fixup.sh
Diffstat (limited to 'src/libbasic/include/basic/def.h')
-rw-r--r-- | src/libbasic/include/basic/def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbasic/include/basic/def.h b/src/libbasic/include/basic/def.h index c9151e6023..1a7a0f4928 100644 --- a/src/libbasic/include/basic/def.h +++ b/src/libbasic/include/basic/def.h @@ -19,7 +19,7 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include "basic/util.h" +#include "util.h" #define DEFAULT_TIMEOUT_USEC (90*USEC_PER_SEC) #define DEFAULT_RESTART_USEC (100*USEC_PER_MSEC) |