Explorar el Código

Fix errno compilation error (found on Ubuntu 14.04)

ahc_fix_select
Ben Simmons hace 9 años
committed by Ben Simmons
padre
commit
380ee54380
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/conn.c

+ 1
- 0
src/conn.c Ver fichero

@@ -34,6 +34,7 @@
#include "config.h"

#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>


Cargando…
Cancelar
Guardar