diff options
-rw-r--r-- | libpager/lock-object.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpager/lock-object.c b/libpager/lock-object.c index 4f7d6a9e..3bc69a03 100644 --- a/libpager/lock-object.c +++ b/libpager/lock-object.c @@ -31,6 +31,7 @@ _pager_lock_object (struct pager *p, int sync) { struct lock_request *lr = 0; + struct anticipation *ant; mutex_lock (&p->interlock); if (p->pager_state != NORMAL) |