From 179834a5f597df5c1ef31b387edc8998698d3183 Mon Sep 17 00:00:00 2001 From: prpr Date: Sat, 18 Feb 2023 01:42:01 +0000 Subject: [PATCH] Add missing dependency --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index db72e45..ab2da5a 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,8 @@ SRCS= descriptor.c \ HDRS= descriptor.h \ epg.h \ lint.h \ - util.h + util.h \ + xgetopt.h OBJS= $(SRCS:.c=.o) CC=gcc