summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/content_store/contentStoreLRU.c
diff options
context:
space:
mode:
Diffstat (limited to 'hicn-light/src/content_store/contentStoreLRU.c')
-rw-r--r--hicn-light/src/content_store/contentStoreLRU.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/hicn-light/src/content_store/contentStoreLRU.c b/hicn-light/src/content_store/contentStoreLRU.c
index 9b69d51c0..2eb043d8e 100644
--- a/hicn-light/src/content_store/contentStoreLRU.c
+++ b/hicn-light/src/content_store/contentStoreLRU.c
@@ -13,9 +13,11 @@
* limitations under the License.
*/
+#ifndef _WIN32
+#include <sys/queue.h>
+#endif
#include <src/config.h>
#include <stdio.h>
-#include <sys/queue.h>
#include <parc/algol/parc_DisplayIndented.h>
#include <parc/algol/parc_HashCodeTable.h>