Changeset 6262b5c in buchla-68k for ram/seccpy.c


Ignore:
Timestamp:
07/10/2017 12:02:05 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
39a696b
Parents:
5fa506d
Message:

Added include files for global functions and variables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ram/seccpy.c

    r5fa506d r6262b5c  
    1919#define DEBUGIT         0
    2020
    21 #include "stddefs.h"
    22 #include "debug.h"
    23 #include "score.h"
    24 #include "scfns.h"
    25 #include "secops.h"
    26 #include "secdefs.h"
     21#include "all.h"
    2722
    2823#if     DEBUGIT
     
    763758        return(SUCCESS);
    764759}
     760
Note: See TracChangeset for help on using the changeset viewer.