From 2ffc3836540b437f8af8d8cfc15252b7057c1ff2 Mon Sep 17 00:00:00 2001 From: Tim Ruehsen Date: Thu, 29 Mar 2012 20:13:27 +0200 Subject: [PATCH] activate itimer support. --- src/ChangeLog | 4 ++++ src/utils.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 7c7fb93f..52790ca2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2012-03-29 From: Tim Ruehsen (tiny change) + + * utils.c (library): Include . + 2012-03-25 Giuseppe Scrivano * utils.c: Include . diff --git a/src/utils.c b/src/utils.c index 1486ed0b..4188ced7 100644 --- a/src/utils.c +++ b/src/utils.c @@ -59,6 +59,8 @@ as that of the covered work. */ # endif #endif +#include + #include /* For TIOCGWINSZ and friends: */ -- 2.39.2