Add "#include <stdlib.h>" to example program.

This commit is contained in:
Michael Kerrisk 2006-12-04 03:47:56 +00:00
parent d91909cb29
commit b28f7a67d7
1 changed files with 1 additions and 0 deletions

View File

@ -353,6 +353,7 @@ Load the math library, and print the cosine of 2.0:
.if t .ft CW
#include <stdio.h>
#include <stdlib.h>
#include <dlfcn.h>
int main(int argc, char **argv) {