chiark / gitweb /
util: loop_write - accept 0-length message
[elogind.git] / src / shared / uid-range.h
index d3dac8df63769bb201edf42f44228c38688aa574..45335e939fd819aaace61fd13e7bdcc4a5d72f1b 100644 (file)
@@ -21,6 +21,7 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdbool.h>
 #include <sys/types.h>
 
 typedef struct UidRange {