Make multiple include loading work in lasso/backward_comp.h

* lasso/backward_comp.h
   add missing BACKWARD_COMP_H define.
This commit is contained in:
Benjamin Dauvergne 2010-03-27 17:39:55 +00:00
parent 51860435ba
commit 584fe40353
1 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
*/
#ifndef BACKWARD_COMP_H
#define BACKWARD_COMP_H 1
/* This file contains re-implementations of functions which only exists in recent version of our
* dependencies, like GLib, OpenSSL or libxml.
@ -47,4 +48,4 @@ static inline int g_strcmp0(const char *str1, const char *str2) {
}
#endif
#endif
#endif /* BACKWARD_COMP_H */