Mentions légales du service

Skip to content
Snippets Groups Projects

fix undefined vasprintf

Merged Loris requested to merge satanas-atos/chameleon:fix_vasprintf into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
+ 1
0
@@ -28,6 +28,7 @@
@@ -28,6 +28,7 @@
* CHAMELEON types and constants
* CHAMELEON types and constants
*/
*/
#include "chameleon/config.h"
#include "chameleon/config.h"
 
#define _GNU_SOURCE 1
#include <stdio.h>
#include <stdio.h>
#include "chameleon/constants.h"
#include "chameleon/constants.h"
#include "chameleon/types.h"
#include "chameleon/types.h"
Loading