Skip to content

Commit 4ebcea7

Browse files
committed
Do not include pthread.h outside of thread.h
1 parent c4069c7 commit 4ebcea7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/restore.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
#include <sys/stat.h>
1515
#include <sys/types.h>
1616
#include <unistd.h>
17-
#include <pthread.h>
1817

1918
#include "catalog/pg_control.h"
2019
#include "utils/logger.h"

0 commit comments

Comments
 (0)