]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/ask-password-api.h
util: introduce common version() implementation and use it everywhere
[thirdparty/systemd.git] / src / shared / ask-password-api.h
index 0954e072be47d75b61f571fde48513867863e5d2..ccb3be0fca7946482b7033252d52aa9444a0437a 100644 (file)
@@ -21,6 +21,9 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <stdbool.h>
+
+#include "time-util.h"
 
 int ask_password_tty(const char *message, usec_t until, bool echo, const char *flag_file, char **_passphrase);