*** empty log message ***

This commit is contained in:
Martin Baulig
1998-06-14 02:26:32 +00:00
parent 6ea7e47194
commit 7ffc53f45e
8 changed files with 35 additions and 6 deletions

View File

@@ -29,6 +29,16 @@
#include <glibtop/union.h>
#include <glibtop/sysdeps.h>
#ifdef HAVE_LINUX_TABLE
#include <unistd.h>
#include <linux/unistd.h>
#include <linux/table.h>
#include <syscall.h>
_syscall3 (int, table, int, type, union table *, tbl, const void *, param);
#endif
int
main (int argc, char *argv [])
{