Browse Source

include stdarg.h for va_list

tags/ggatessh-v1.0.0
delphij 19 years ago
parent
commit
098f4d50a0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      shared/ggate.h

+ 1
- 0
shared/ggate.h View File

@@ -30,6 +30,7 @@
#define _GGATE_H_

#include <sys/endian.h>
#include <stdarg.h>

#define G_GATE_BUFSIZE_START 65536
#define G_GATE_PORT 3080


Loading…
Cancel
Save