eal/windows: add getopt implementation
[dpdk.git] / lib / librte_eal / windows / eal / meson.build
index af4f70f..d372221 100644 (file)
@@ -17,4 +17,5 @@ env_sources = files('eal.c',
        'eal_debug.c',
        'eal_lcore.c',
        'eal_thread.c',
+       'getopt.c',
 )