summaryrefslogtreecommitdiff
path: root/lib/plist_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plist_int.h')
-rw-r--r--lib/plist_int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plist_int.h b/lib/plist_int.h
index aa81a3bce2..6bc2d034d6 100644
--- a/lib/plist_int.h
+++ b/lib/plist_int.h
@@ -48,7 +48,7 @@ struct prefix_list {
/* Each prefix-list's entry. */
struct prefix_list_entry {
- int seq;
+ int64_t seq;
int le;
int ge;