mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-19 14:56:46 +02:00
22 lines
371 B
Diff
22 lines
371 B
Diff
--- a/thread.c
|
|
+++ b/thread.c
|
|
@@ -18,7 +18,7 @@
|
|
#include <string.h>
|
|
#include <pthread.h>
|
|
|
|
-#include "queue.h"
|
|
+#include <sys/queue.h>
|
|
#include "tls.h"
|
|
|
|
#ifdef __sun
|
|
--- a/cache.h
|
|
+++ b/cache.h
|
|
@@ -2,7 +2,7 @@
|
|
#ifndef CACHE_H
|
|
#define CACHE_H
|
|
#include <pthread.h>
|
|
-#include "queue.h"
|
|
+#include <sys/queue.h>
|
|
|
|
#ifndef NDEBUG
|
|
/* may be used for debug purposes */
|