File: setgroups.patch

package info (click to toggle)
hasciicam 1.3%2Bgit20190911.8b5a35a-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 520 kB
  • sloc: ansic: 537; makefile: 23
file content (16 lines) | stat: -rw-r--r-- 336 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Author: Andreas Tille <tille@debian.org>
Last-Update: 2025-06-10
Forwarded: https://github.com/jaromil/hasciicam/issues/13
Description: Add missing header files

--- a/src/hasciicam.c
+++ b/src/hasciicam.c
@@ -26,6 +26,8 @@
  *
  */
 
+#include <grp.h>
+#include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>