include dispatch.h

This commit is contained in:
Brian Paul 2000-01-13 00:31:10 +00:00
parent c7a5dbe3b3
commit 4fc91a1427
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $Id: dispatch.c,v 1.8 2000/01/07 07:42:33 brianp Exp $ */
/* $Id: dispatch.c,v 1.9 2000/01/13 00:31:10 brianp Exp $ */
/*
* Mesa 3-D graphics library
@ -40,6 +40,7 @@
#include "copypix.h"
#include "cva.h"
#include "depth.h"
#include "dispatch.h"
#include "dlist.h"
#include "drawpix.h"
#include "enable.h"