Fix getopt again

This commit is contained in:
Justine Tunney 2023-08-15 19:24:21 -07:00
parent 507d7a0b0b
commit 74caabb823
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 28 additions and 28 deletions

View file

@ -1,4 +1,5 @@
#ifndef _GETOPT_H
#define _GETOPT_H
#include "third_party/getopt/long1.h"
#include "third_party/getopt/long2.h"
#endif /* _GETOPT_H */