bitblt_table_gen.c

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