diff --git a/libnm-util/tests/test-general.c b/libnm-util/tests/test-general.c index 1eed888789..2acb31b37a 100644 --- a/libnm-util/tests/test-general.c +++ b/libnm-util/tests/test-general.c @@ -783,7 +783,7 @@ new_test_connection (void) NMConnection *connection; NMSetting *setting; char *uuid; - gulong timestamp = time (NULL); + guint64 timestamp = time (NULL); connection = nm_connection_new ();