Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
hiredis
Commits
a0b9f04e
Commit
a0b9f04e
authored
Oct 31, 2010
by
Pieter Noordhuis
Browse files
Move stdarg.h include to the hiredis header file
parent
44a2d08b
Changes
2
Show whitespace changes
Inline
Side-by-side
hiredis.c
View file @
a0b9f04e
...
@@ -31,7 +31,6 @@
...
@@ -31,7 +31,6 @@
#include <string.h>
#include <string.h>
#include <stdlib.h>
#include <stdlib.h>
#include <unistd.h>
#include <unistd.h>
#include <stdarg.h>
#include <assert.h>
#include <assert.h>
#include <errno.h>
#include <errno.h>
...
...
hiredis.h
View file @
a0b9f04e
...
@@ -29,6 +29,7 @@
...
@@ -29,6 +29,7 @@
#ifndef __HIREDIS_H
#ifndef __HIREDIS_H
#define __HIREDIS_H
#define __HIREDIS_H
#include <stdarg.h>
#define REDIS_ERR -1
#define REDIS_ERR -1
#define REDIS_OK 0
#define REDIS_OK 0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment