Skip to content

Commit

Permalink
Fix for a compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
reeteshranjan committed Nov 5, 2016
1 parent 4d69afa commit 010943f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions port/gcc/gcov-io.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "libgcov-port.h"
#include "libgcov.h"

Expand Down

0 comments on commit 010943f

Please sign in to comment.