Skip to content

Commit

Permalink
unzip: use libeal port of sys/queue.h if not available
Browse files Browse the repository at this point in the history
Fixes #1920
  • Loading branch information
mmatuska committed Jul 18, 2023
1 parent 89712ff commit 852611e
Show file tree
Hide file tree
Showing 2 changed files with 842 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unzip/bsdunzip.c
Expand Up @@ -40,6 +40,8 @@

#ifdef HAVE_SYS_QUEUE_H
#include <sys/queue.h>
#else
#include "la_queue.h"
#endif
#ifdef HAVE_SYS_STAT_H
#include <sys/stat.h>
Expand Down

0 comments on commit 852611e

Please sign in to comment.