mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-24 04:35:11 +02:00
10 lines
228 B
Diff
10 lines
228 B
Diff
--- openbsd-compat/setproctitle.c.orig
|
|
+++ openbsd-compat/setproctitle.c
|
|
@@ -36,6 +36,7 @@
|
|
#ifndef HAVE_SETPROCTITLE
|
|
|
|
#include <stdarg.h>
|
|
+#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <unistd.h>
|
|
#ifdef HAVE_SYS_PSTAT_H
|