Explorar el Código

Fix to pull in getopt definition from getopt.h.

tags/v1.8.0
Adrian Chadd hace 4 años
padre
commit
9ad0919d78
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      main.c

+ 1
- 0
main.c Ver fichero

@@ -23,6 +23,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <getopt.h>

#ifdef WIN32
#include "w32util.h"


Cargando…
Cancelar
Guardar