require "header"
See the require entry in the Lua Reference manual. The file “header.lua” must be somewhere in Lua’s search path.
You can see (and modify) the path at
package.path
See the package.path entry in the the Lua Reference Manual
This wiki page describes ways of creating modules to load with require.