diff options
author | nalin <nalin> | 1999-08-24 01:08:47 +0000 |
---|---|---|
committer | nalin <nalin> | 1999-08-24 01:08:47 +0000 |
commit | 8a0275374f0e76181017e0604847f4b36f3cdeb8 (patch) | |
tree | 59ccc55e57cb7420e5d629bd1debc940f97a269e /ddcprobe | |
parent | e81886375e1bf18d70f61384de9753a43edb1fd8 (diff) | |
download | anaconda-8a0275374f0e76181017e0604847f4b36f3cdeb8.tar.gz anaconda-8a0275374f0e76181017e0604847f4b36f3cdeb8.tar.xz anaconda-8a0275374f0e76181017e0604847f4b36f3cdeb8.zip |
get list of supported modes
Diffstat (limited to 'ddcprobe')
-rw-r--r-- | ddcprobe/svgamodes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ddcprobe/svgamodes.c b/ddcprobe/svgamodes.c index 984dc5f27..4f0ea7a20 100644 --- a/ddcprobe/svgamodes.c +++ b/ddcprobe/svgamodes.c @@ -15,7 +15,7 @@ #include <netinet/in.h> #include "vbe.h" #include "vesamode.h" -#include "bioscall.h" +#include "lrmi.h" #ident "$Id$" /* Callback for qsort(). */ |