--- stack/stack.c 2002/01/07 23:13:14 1.2 +++ stack/stack.c 2002/01/07 23:31:34 1.3 @@ -4,6 +4,7 @@ #include /* NULL */ #include +/* dlopen, dlsym, dlerror */ #include #define HASHTBLSIZE 65536 @@ -256,3 +257,7 @@ return EXIT_SUCCESS; } + +/* Local Variables: */ +/* compile-command:"make CFLAGS=\"-Wall -g -rdynamic -ldl\" stack" */ +/* End: */