1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-08 08:57:35 +00:00
serenity/Ports/bc/patches/fix-args.patch
2020-01-25 09:06:20 +01:00

11 lines
232 B
Diff

--- bc-2.5.1/include/args.h.orig Fri Jan 24 19:27:06 2020
+++ bc-2.5.1/include/args.h Fri Jan 24 19:27:14 2020
@@ -36,6 +36,8 @@
#ifndef BC_ARGS_H
#define BC_ARGS_H
+#include <getopt.h>
+
#include <status.h>
#include <vm.h>