Ignore:
Timestamp:
08/12/11 11:21:41 (14 years ago)
Author:
Eric.Larour
Message:

Quality control changes:

  • "stdlib" to <stdlib> and similar header file problems.
  • fscanf vulnerabilities issues.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/shared/Alloc/alloc.cpp

    r7309 r9320  
    1414
    1515#ifdef HAVE_CONFIG_H
    16         #include "config.h"
     16        #include <config.h>
    1717#else
    1818#error "Cannot compile without HAVE_CONFIG_H symbol! run configure first!"
     
    2323#endif
    2424
    25 #include "stdio.h"
    26 #include "stdlib.h"
     25#include <stdio.h>
     26#include <stdlib.h>
    2727
    2828#include  "./alloc.h"
Note: See TracChangeset for help on using the changeset viewer.