added include of <string.h>.

Wed, 12 Mar 2003 06:40:34 +0000

author
eric
date
Wed, 12 Mar 2003 06:40:34 +0000
changeset 98
5fb9b9f7c2b8
parent 97
f2e13c2ff575
child 99
26f7edf15ef4

added include of <string.h>.

bitblt_table_gen.c file | annotate | diff | revisions
     1.1 --- a/bitblt_table_gen.c	Wed Mar 12 06:39:22 2003 +0000
     1.2 +++ b/bitblt_table_gen.c	Wed Mar 12 06:40:34 2003 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4   *      will be compressed using ITU-T T.6 (G4) fax encoding.
     1.5   *
     1.6   * bitblt table generator
     1.7 - * $Id: bitblt_table_gen.c,v 1.5 2003/03/11 22:39:22 eric Exp $
     1.8 + * $Id: bitblt_table_gen.c,v 1.6 2003/03/11 22:40:34 eric Exp $
     1.9   * Copyright 2003 Eric Smith <eric@brouhaha.com>
    1.10   *
    1.11   * This program is free software; you can redistribute it and/or modify
    1.12 @@ -27,6 +27,8 @@
    1.13  #include <stdbool.h>
    1.14  #include <stdio.h>
    1.15  #include <stdlib.h>
    1.16 +#include <string.h>
    1.17 +
    1.18  
    1.19  void gen_bit_reverse_table (bool header)
    1.20  {