summaryrefslogtreecommitdiff
path: root/config/sysdeps/getopt.h
blob: d79032091d609240435bb399ee03c6ce765be47a (plain)
1
2
3
4
5
6
7
8
#ifndef _jack_sysdep_getopt_h_
#define _jack_sysdep_getopt_h_

#if defined(__MACH__) && defined(__APPLE__)
#include <config/os/macosx/getopt.h>
#endif

#endif /* _jack_sysdep_getopt_h_ */