aboutsummaryrefslogtreecommitdiff
path: root/util/pgtblgen/pgtblgen.c
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2020-11-25 16:24:05 +0000
committerPatrick Georgi <pgeorgi@google.com>2020-11-30 21:51:05 +0000
commit36c2ea4a630fee8607599baab7d8a9dcd2f9ca53 (patch)
tree03cc4f406fec87d49e3e1d3a7e771e1b35736eaa /util/pgtblgen/pgtblgen.c
parente2cb8696f0ea1522b256bcb3973c659c3cd76384 (diff)
util/pgtblgen: Improve compatibility
Fix build on Debian/jessie Change-Id: I987e7a03441b40ab06ccd54a21e38aac81a1c28d Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/48004 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'util/pgtblgen/pgtblgen.c')
-rw-r--r--util/pgtblgen/pgtblgen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/pgtblgen/pgtblgen.c b/util/pgtblgen/pgtblgen.c
index 640d0ba7be..7ed98b2825 100644
--- a/util/pgtblgen/pgtblgen.c
+++ b/util/pgtblgen/pgtblgen.c
@@ -9,6 +9,7 @@
#include <fcntl.h>
#include <errno.h>
#include <inttypes.h>
+#include <getopt.h>
static void usage(char *argv[])
{