blob: d6b6dcc3f516a915a1e3c351d0ac43e777b4667a [file] [log] [blame]
#include <cups/cups.h>
int
main()
{
cupsGetDefault();
return 0;
}