From f6f028258116457f42d17e515aaf05587ee5dc1d Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 30 Apr 2012 18:28:01 +0000 Subject: [PATCH] bsdstubs: include getopt_long.h --- bsdstubs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/bsdstubs.h b/bsdstubs.h index d0f821a..4b58319 100644 --- a/bsdstubs.h +++ b/bsdstubs.h @@ -22,6 +22,7 @@ */ #include "config.h" +#include "getopt_long.h" #ifndef __BSDSTUBS_H__ #define __BSDSTUBS_H__