Define SD_ID128_UUID_FORMAT_STR if missing, from Marc Reisner.

This commit is contained in:
Nicholas Marriott 2024-11-19 17:55:12 +00:00
parent 2dce45f427
commit b6d0b4be30

View File

@ -30,6 +30,11 @@
#include "tmux.h"
#ifndef SD_ID128_UUID_FORMAT_STR
#define SD_ID128_UUID_FORMAT_STR \
"%02x%02x%02x%02x-%02x%02x-%02x%02x-%02x%02x-%02x%02x%02x%02x%02x%02x"
#endif
int
systemd_activated(void)
{