diff options
author | Daniel Mack <github@zonque.org> | 2016-02-19 12:29:23 +0100 |
---|---|---|
committer | Daniel Mack <github@zonque.org> | 2016-02-19 12:29:23 +0100 |
commit | a972e1e0b3af9dbe490c6433322c635d9e5ad875 (patch) | |
tree | 6536457db683e9258dfd57ae66385f93d518623a /src/basic | |
parent | dfec18925e3ca4d850e01dcf65499fca47cb0589 (diff) | |
parent | 3a43755733292fde399548248a5ba158d9df27ac (diff) |
Merge pull request #2661 from nwmcsween/nwmcsween
Include and internal struct member fixes.
Diffstat (limited to 'src/basic')
-rw-r--r-- | src/basic/hostname-util.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/basic/hostname-util.c b/src/basic/hostname-util.c index 7bb23448ed..57031b645c 100644 --- a/src/basic/hostname-util.c +++ b/src/basic/hostname-util.c @@ -17,7 +17,6 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <bits/local_lim.h> #include <errno.h> #include <limits.h> #include <stdio.h> |