openbsd-ports/astro/gnuastro/patches/patch-bin_mkcatalog_main_h
2022-03-11 18:17:37 +00:00

14 lines
342 B
Plaintext

Missing pthread.h
Index: bin/mkcatalog/main.h
--- bin/mkcatalog/main.h.orig
+++ bin/mkcatalog/main.h
@@ -24,6 +24,7 @@ along with Gnuastro. If not, see <http://www.gnu.org/l
#define MAIN_H
/* Include necessary headers */
+#include <pthread.h>
#include <gsl/gsl_rng.h>
#include <gnuastro/data.h>
#include <gnuastro-internal/options.h>