ports/net/libsignal-protocol-c/patches/patch-src_sender_key_state_c

13 lines
282 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: src/sender_key_state.c
--- src/sender_key_state.c.orig
+++ src/sender_key_state.c
@@ -5,7 +5,7 @@
#include <assert.h>
#include "sender_key.h"
-#include "utlist.h"
+#include "utlist_local.h"
#include "LocalStorageProtocol.pb-c.h"
#include "signal_protocol_internal.h"