]> git.ipfire.org Git - thirdparty/util-linux.git/commit
ipcs: include-what-you-use header check
authorSami Kerola <kerolasa@iki.fi>
Mon, 29 Aug 2011 19:34:48 +0000 (21:34 +0200)
committerSami Kerola <kerolasa@iki.fi>
Sat, 17 Sep 2011 12:25:20 +0000 (14:25 +0200)
commit3ab18da8a7884f51b51a1fb6d94f12136e74000e
tree659a2c0dfaa6edfb9760dc15a97b8ff4dbb6dc55
parent09f53dab0c96a1dfb312e821f2eef2fdb19770ff
ipcs: include-what-you-use header check

Two includes added & a sort to alphabetical order.

ipcs.c should add these lines:
 #include <features.h>                   // for __GLIBC__
 #include <stddef.h>                     // for size_t

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
sys-utils/ipcs.c